Unable to resolve “@react-navigation/native” from “App.js” - React Native + How to Solve?

前端 未结 4 636
轻奢々
轻奢々 2021-02-08 16:28

undefined Unable to resolve module @react-navigation/native from App.js: @react-navigation/native could not be found within the project.

If you

4条回答
  •  梦谈多话
    2021-02-08 17:25

    npm install @react-navigation/native
    

    if using expo:

    expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
    

    Also run:

    npm install react-navigation
    

提交回复
热议问题