YO
Size: a a a
YO
d
V
V
<SafeAreaView style={styles.container} >
<View>
<Header />
<ScrollView>
....
</ScrollView>
</View>
</SafeAreaView>
const styles = StyleSheet.create({
container: {
flex: 1,
marginTop: Constants.statusBarHeight,
},
})
ИС
V
I
<SafeAreaView style={styles.container} >
<View>
<Header />
<ScrollView>
....
</ScrollView>
</View>
</SafeAreaView>
const styles = StyleSheet.create({
container: {
flex: 1,
marginTop: Constants.statusBarHeight,
},
})
V
DK
Workout: {
screen: WorkoutActive,
navigationOptions: {
headerShown: false,
drawerLockMode: 'locked-closed'
},
},
I
I
M[
V
M[
V
M[