【发布时间】:2018-12-20 10:53:20
【问题描述】:
【问题讨论】:
-
请阅读stackoverflow.com/help/how-to-ask并更正您的问题。
标签: reactjs react-native
【问题讨论】:
标签: reactjs react-native
纱线添加反应导航
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
【讨论】: