Bottom Navigation is not available on android
susaurabh-git opened this issue · comments
@arpitBhalla When I ran the demo app on android device and emulator, I don't see the bottom navigation, please look into this
.
There is no bottom navigation 🙄
@arpitBhalla - Interestingly, I saw the bottom navigation on "https://react-native-elements.github.io/react-native-elements-app " as well as on the readme page of this application.
@arpitBhalla you are correct, I checked the code. there is no bottom tab. I tried using '@react-navigation/bottom-tabs' but it is conflicting. I am getting the following error
dependencies:
"@react-navigation/bottom-tabs": "^5.11.15", "@react-navigation/drawer": "^5.12.9", "@react-navigation/native": "^5.9.8", "@react-navigation/stack": "^5.14.9",
any suggestion here
RootNavigator-tsx.txt