DEV Community

hadishams36
hadishams36

Posted on

Install react-navigation

hi guys

The same message is displayed when I try to install react-navigation in terminal (powershell)

"npm WARN @react-native-communitycli@4.10.1 requires a peer of react-native@^0.62.0-rc.0 but none is installed. You must install peer dependencies yourself."

my command is

npm i react-navigation react-native-gesture-handler

I also tested these commands:

npm install react-navigation
npm install react-native-gesture-handler

I get the above error every time.

Top comments (0)