react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Bottom Navigation is not available on android #233

Open susaurabh-git opened 2 years ago

susaurabh-git commented 2 years ago

@arpitBhalla When I ran the demo app on android device and emulator, I don't see the bottom navigation, please look into this

Screen Shot 2021-09-19 at 10 37 27 PM

.

arpitBhalla commented 2 years ago

There is no bottom navigation 🙄

susaurabh-git commented 2 years ago

@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.

Screen Shot 2021-09-20 at 9 22 08 PM Screen Shot 2021-09-20 at 9 22 33 PM Screen Shot 2021-09-20 at 9 23 59 PM
susaurabh-git commented 2 years ago

@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

Screen Shot 2021-10-01 at 12 08 50 PM

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