mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: As the title says, android.sourceSets.main.jni is deprecated in AGP. We should not be accessing it. Here we were setting it to the empty array (the default value). It will cause the build to break in a future AGP bump, hence I'm removing it. Changelog: [Internal] [Changed] - Remove deprecated jni.srcDirs from ReactAndroid build file Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: cipolleschi Differential Revision: D38655857 fbshipit-source-id: 2eb6897964554da462bde58937a6de708bc047dc
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.