update: About us page basic

parent 460773c6
...@@ -10,7 +10,7 @@ export function AboutUs({ navigation }) { ...@@ -10,7 +10,7 @@ export function AboutUs({ navigation }) {
//to diable the yellow box warning on the simulator //to diable the yellow box warning on the simulator
return ( return (
<SafeAreaView style={{flex: 1, color: 'yellow'}}> // <SafeAreaView style={{flex: 1, color: 'yellow'}}>
<View style={styles.container}> <View style={styles.container}>
<ImageBackground source={require('../assets/gamification.jpg')} style={styles.images}> <ImageBackground source={require('../assets/gamification.jpg')} style={styles.images}>
...@@ -42,7 +42,7 @@ export function AboutUs({ navigation }) { ...@@ -42,7 +42,7 @@ export function AboutUs({ navigation }) {
</Text> </Text>
</ImageBackground> </ImageBackground>
</View> </View>
</SafeAreaView> // </SafeAreaView>
); );
} }
...@@ -63,10 +63,9 @@ const styles = StyleSheet.create({ ...@@ -63,10 +63,9 @@ const styles = StyleSheet.create({
marginLeft: 8 marginLeft: 8
}, },
container: { container: {
marginTop: 15,
marginLeft: 10, backgroundColor: 'gray',
marginRight: 10, justifyContent:"center"
backgroundColor: 'gray'
}, },
topic: { topic: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment