added partyPlayed into the user metrics model and added a dummy profile setting view page

This commit is contained in:
Clément Le Bihan
2023-04-05 01:20:03 +02:00
parent 4e26925113
commit 9dfc2881a2
6 changed files with 66 additions and 26 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ const ProfileView = () => {
<PlayerStats/>
<Box w="10%" paddingY={10} paddingLeft={5} paddingRight={50} zIndex={1}>
<TextButton
onPress={() => navigation.navigate('Settings')}
onPress={() => navigation.navigate('Settings', {screen: 'Profile'})}
style={{margin: 10}}
translate={{ translationKey: 'settingsBtn' }}
/>