|
|
|
@ -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>
|
|
|
|
|
);
|
|
|
|
|