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

Demo app for React Native Elements (w/ React Native Web)

Home Page:https://reactnativeelements.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
Screen Shot 2021-09-19 at 10 37 27 PM
.

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.

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

@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