mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4514041b44
Summary: > Configure project :ReactAndroid > The Task.leftShift(Closure) method has been deprecated. This is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. > Task :ReactAndroid:buildReactNdkLib > A problem was found with the configuration of task ':ReactAndroid:buildReactNdkLib'. Registering invalid inputs and outputs via TaskInputs and TaskOutputs methods has been deprecated and is scheduled to be removed in Gradle 5.0. > - File '[...]/react-native/ReactAndroid/src/main/jni/react' specified for property '$1' is not a file. Pull Request resolved: https://github.com/facebook/react-native/pull/22360 Differential Revision: D13176269 Pulled By: hramos fbshipit-source-id: cf6d498049b955d3920d356f2d68f3bc43008c56
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.