mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
022f188750
Summary: This Diff is merging over all the properties from `CodegenPluginExtension` to `ReactAppExtension`. Some of the properties were duplicate and generally having two extensions is creating a lot of confusion for the users (e.g. don't know where to place a specific property). Therefore I'm merging the two to have only one. I've also updated the property to use the Gradle Lazy Configuration API. Changelog: [Android] [Changed] - Gradle: Merge CodegenPluginExtension inside ReactAppExtension Reviewed By: ShikaSD Differential Revision: D30961343 fbshipit-source-id: 66be3157efef356392c0701aaef2283d058d3161
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.