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