|
|
@ -18,8 +18,8 @@ function Home(props: { navigation: any; }) {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<View style={styles.container}>
|
|
|
|
<View style={styles.container}>
|
|
|
|
<View style={styles.header}>
|
|
|
|
<View style={styles.header}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Profile')}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('ProfileTab')}>
|
|
|
|
<SkinComponent skin={skinTest} children={styles.avatar} />
|
|
|
|
<SkinComponent skin={skinTest} children={styles.avatar} />
|
|
|
|
</Pressable>
|
|
|
|
</Pressable>
|
|
|
|
<Text style={styles.titre}>BOB PARTY</Text>
|
|
|
|
<Text style={styles.titre}>BOB PARTY</Text>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Settings')}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Settings')}>
|
|
|
@ -40,7 +40,7 @@ function Home(props: { navigation: any; }) {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</View>
|
|
|
|
</View>
|
|
|
|
<View style={styles.footer}>
|
|
|
|
<View style={styles.footer}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Chat')}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('ChatTab')}>
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
style={styles.iconFooter}
|
|
|
|
style={styles.iconFooter}
|
|
|
|
source={message}
|
|
|
|
source={message}
|
|
|
@ -52,7 +52,7 @@ function Home(props: { navigation: any; }) {
|
|
|
|
source={gamepad}
|
|
|
|
source={gamepad}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Pressable>
|
|
|
|
</Pressable>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Store')}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('StoreTab')}>
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
style={styles.iconStore}
|
|
|
|
style={styles.iconStore}
|
|
|
|
source={store}
|
|
|
|
source={store}
|
|
|
|