|
|
@ -13,7 +13,7 @@ function Store(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')}>
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
style={styles.avatar}
|
|
|
|
style={styles.avatar}
|
|
|
|
source={avatar}
|
|
|
|
source={avatar}
|
|
|
@ -31,13 +31,13 @@ function Store(props: { navigation: any; }) {
|
|
|
|
<Text style={styles.text}>couille</Text>
|
|
|
|
<Text style={styles.text}>couille</Text>
|
|
|
|
</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}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Pressable>
|
|
|
|
</Pressable>
|
|
|
|
<Pressable onPress={() => navigation.navigate('Home')}>
|
|
|
|
<Pressable onPress={() => navigation.navigate('HomeTab')}>
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
style={styles.iconFooter}
|
|
|
|
style={styles.iconFooter}
|
|
|
|
source={gamepad}
|
|
|
|
source={gamepad}
|
|
|
|