andriangungon
2/6/2020 - 5:40 AM

Unable to resolve module `react-native-gesture-handler` from `node_modules\@react-navigation\native\src\Scrollables.js`

adding 2 lines to gradle.properties under android
android.useAndroidX=true
android.enableJetifier=true

run following command

npm install -g jetifier
npx jetify

then install
npm install react-native-gesture-handler