📅  最后修改于: 2022-03-11 15:03:30.408000             🧑  作者: Mango
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