I'm trying to use the react-native-navigation library for my project but in order to use it I need the gesture handler. I install it and edit the MainActivity.jar as it says on the website for react-navigation and react-native-gesture-handler. But whenever I try and run my code using "react-native start" and "react-native run-android" it tries and compiles everything but then fails and gives me this error message:
> Task :react-native-gesture-handler:compileDebugJavaWithJavac FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
20 actionable tasks: 20 executed
Can someone help me please?