首页 > 解决方案 > React-Native-Gesture-Handler 在 Android 上执行代码期间失败

问题描述

我正在尝试为我的项目使用 react-native-navigation 库,但为了使用它,我需要手势处理程序。我安装它并编辑 MainActivity.jar,正如它在 react-navigation 和 react-native-gesture-handler 网站上所说的那样。但是每当我尝试使用“react-native start”和“react-native run-android”运行我的代码时,它会尝试编译所有内容,但随后失败并给我这个错误消息:

 > 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

有人能帮助我吗?

标签: react-native

解决方案



推荐阅读