Browse Source

1.主页导航

time 6 years ago
parent
commit
0466fa4164
1 changed files with 3 additions and 0 deletions
  1. 3 0
      App.js

+ 3 - 0
App.js

@@ -25,10 +25,13 @@ import {
 } from 'react-native/Libraries/NewAppScreen';
 } from 'react-native/Libraries/NewAppScreen';
 
 
 const App = () => {
 const App = () => {
+
+
   return (
   return (
     <Fragment>
     <Fragment>
       <StatusBar barStyle="dark-content" />
       <StatusBar barStyle="dark-content" />
       <SafeAreaView>
       <SafeAreaView>
+
         <ScrollView
         <ScrollView
           contentInsetAdjustmentBehavior="automatic"
           contentInsetAdjustmentBehavior="automatic"
           style={styles.scrollView}>
           style={styles.scrollView}>