|
@@ -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}>
|