无法在我的项目中添加反应导航

时间:2018-07-12 09:18:05

标签: reactjs react-native

1 个答案:

答案 0 :(得分:0)

纱线添加反应导航

或使用npm

npm install-保存反应导航

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