mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
75b2e5cc97
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32427 This diff refactors the `prepareJSC` task to a separate Gradle task in the `.internal` package. The reason for this change is that `prepareJSC` was just a plain `Task` and not a `Copy` task. It was defining a top level `doLast` action and would result in being invalidated whenever the `build.gradle` file would change. This means that the JSC headers/source files would have been extracted again, effectively invalidating the timestamps for the native build. Changelog: [Internal] [Changed] - Export prepareJSC to an internal task Reviewed By: ShikaSD Differential Revision: D31682293 fbshipit-source-id: 3d4cd9d9ce2fcd45e61f3c8c6685b69a622a1912
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.