在我的项目中增加多页面,实现页面之间的跳转 . 常常要用到路由
React Navigation
- reactNavigation-docs 文档。
- RN 0.6.0 以上的 装置。
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
- 进入到我的项目 IOS 下 应用初始化。
pod-install
- 在入口文件 App.js 外面引入
import 'react-native-gesture-handler';