首页 > 解决方案 > react-native switch between two navigation components

问题描述

I want to implement two types of navigations and switch between them. I got 5 pages in total.

For the first visit, the user should go from page 1 to 5 in a unidirectional flow.

For the second visit, the user should see the bottom navigation that allows him to access all 5 pages. How would one implement such switch best? Thanks in advance!

标签: react-nativereact-reduxarchitecturereact-native-navigation

解决方案


推荐阅读