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

前端 未结 4 533
轻奢々
轻奢々 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:34

    well i have solved this by reinstalling / updating these packages.

    npm install --save react-native-gesture-handler react-native-reanimated react-native-screens
    

    do the trick for

    npm start -- --reset-cache

    But performing the following did succeed:

    Delete

    node_modules & package-lock.json Delete app from phone

    run npm start -- --reset-cache
    run app
    

提交回复
热议问题