You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Text onPress={() => navigation.navigate('Tab2')}>Go to other tab</Text>
When I use tab screen name all works but there is option to navigate to other page no existing in bottom tab?
Use case:
I have profile view (in bottom menu) but profile has multiple separated views.
The text was updated successfully, but these errors were encountered:
Hi
I'm new in React Native world. Im trying to use your bottom navigation with React navigation based on article:
https://callstack.github.io/react-native-paper/docs/guides/bottom-navigation/
<Text onPress={() => navigation.navigate('Tab2')}>Go to other tab</Text>
When I use tab screen name all works but there is option to navigate to other page no existing in bottom tab?
Use case:
I have profile view (in bottom menu) but profile has multiple separated views.
The text was updated successfully, but these errors were encountered: