🔥 Remove unused code

pull/11/head
Alexis Drai 2 years ago
parent 1063026e2d
commit 5cabec7642

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

@ -38,21 +38,11 @@ const Navigation = () => {
tabBarIcon: () => <Image source={require('../assets/home.png')}
style={styles.icon}/>
}}/>
<Tab.Screen name="Pokemongs" component={MoveStack} options={{
title: 'Pkmng',
tabBarIcon: () => <Image source={require('../assets/pokemongs.png')}
style={styles.icon}/>
}}/>
<Tab.Screen name="Moves" component={MoveStack} options={{
title: 'Moves',
tabBarIcon: () => <Image source={require('../assets/moves.png')}
style={styles.icon}/>
}}/>
<Tab.Screen name="Trainers" component={MoveStack} options={{
title: 'Trainers',
tabBarIcon: () => <Image source={require('../assets/trainers.png')}
style={styles.icon}/>
}}/>
</Tab.Navigator>
</NavigationContainer>
);

@ -10,7 +10,5 @@ export type RootStackParamList = {
export type RootTabParamList = {
Home: undefined;
Pokemongs: undefined;
Moves: undefined;
Trainers: undefined;
};

Loading…
Cancel
Save