答案 0 :(得分:0)
纱线添加反应导航
https://reactnavigation.org/docs/en/getting-started.html
用于创建导航
从“反应导航”导入{StackNavigator}
const AppNavigation = StackNavigator({
Screen1: {screen: Screen1Component},
Screen1: {screen: Screen1Component},
})
使用AppNavigation作为应用程序的主要组件。
https://medium.com/async-la/react-navigation-stacks-tabs-and-drawers-oh-my-92edd606e4db