Example

示例

import React, { Component } from "react";
import { StatusBar, Text, View } from "react-native";

class App extends Component {
  render() {
    return (
      <View style={[styles.container, styles.horizontal]}>
       <StatusBar
           backgroundColor="blue"
           barStyle="light-content"
         />
      </View>
    );
  }
}

export default App;
该文件修订时间: 2021-01-14 15:02:10

results matching ""

    No results matching ""