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?
