I try to create navigation with { createStackNavigator, createAppContainer } from \'react-navigation\' but when a start my application i always receive error
I try a lo
I am not using expo and I had the same problem. I fixed it by going into my "package-lock.json" file and find "react-native-gesture-handler" and removed the whole package with dependencies. After this, in node_modules folder I deleted the folder named "react-native-gesture-handler". now, npm install react-native-gesture-handler worked for me.