Reputation: 715
I installed react-navigation by this command:
npm install react-navigation
After that, i tried to install its dependencies
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
i got following error.
How can i fix this?
Upvotes: 0
Views: 338
Reputation: 516
What is your react native version? And did you try couple of times. Sometime I got an error while installing new packages but when try again it works.
I have installed react navigation version 4 for many react native versions above 0.60.0. It perfectly worked. Please try again and post the react native version you are using.
Upvotes: 1