ADD: Ajout du screen skinList au navigateur

stub-api
Alban GUILHOT 3 years ago
parent 5f33fc4ea4
commit b6dd425f86

@ -8,6 +8,7 @@ import Store from '../screens/Store'
import Chat from '../screens/Chat' import Chat from '../screens/Chat'
import Settings from '../screens/Settings' import Settings from '../screens/Settings'
import Profile from '../screens/Profile' import Profile from '../screens/Profile'
import SkinList from '../screens/SkinList'
import GameChoice from '../screens/GameChoice' import GameChoice from '../screens/GameChoice'
@ -55,6 +56,7 @@ function ProfileStackScreen() {
<ProfileStack.Navigator screenOptions={{headerShown: false}}> <ProfileStack.Navigator screenOptions={{headerShown: false}}>
<ProfileStack.Screen name="Profile" component={Profile} /> <ProfileStack.Screen name="Profile" component={Profile} />
<ProfileStack.Screen name="Settings" component={Settings} /> <ProfileStack.Screen name="Settings" component={Settings} />
<ProfileStack.Screen name="SkinList" component={SkinList} />
</ProfileStack.Navigator> </ProfileStack.Navigator>
); );
} }

Loading…
Cancel
Save