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

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

    This error occurs because you haven't installed react-navigation.

    Run:

    npm install react-navigation
    npm start -- --reset-cache
    

提交回复
热议问题