【发布时间】:2019-11-16 12:08:01
【问题描述】:
我正在尝试为我的项目使用 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