I am using react-native navigation Wix V2 library. I want to design a login page that is launcher and does not have BottomBar and then go to home page by clicking on an Enter bottom. In home page I want to have a BottomBar menu. The problem is that I only could bring BottomBar menu on my launcher page and I cannot have it on any arbitrary page. How I have to code in index.js? Please help me with this issue.
Asked
Active
Viewed 44 times
1 Answers
1
Take a look at this example project: https://github.com/atoami/react-native-navigation-redux-starter-kit
Right at the beginning, it shows a screen where you can choose between starting a Single Screen App
or a Tab Based App
.

diogenesgg
- 2,601
- 2
- 20
- 29
-
Thank you so much. I'll check it. – anna Jan 25 '19 at 09:12
-
I do not know about redux yet. Is it work with redux? – anna Jan 25 '19 at 09:16
-
No, you don't need to use Redux to do what you want to do. – diogenesgg Jan 25 '19 at 13:41