📌  相关文章
📜  反应原生导航 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:35.501000             🧑  作者: Mango

代码示例6
npm install react-navigation

#Installing dependencies into an Expo managed project
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view


#Installing dependencies into a bare React Native project
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view