react native android Task :react-native-gesture-handler:compileDebugJavaWithJavac FAILED code example
Example: Execution failed for task ':react-native-gesture-handler:compileDebugJavaWithJavac'
//Add the following to the gradle.properties to activate AndroidX
android.useAndroidX=true
android.enableJetifier=true
// Run the following commands in the root of your project
npm i jetifier
npx jetifier