mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d2bc02491a
Summary: This cleans up a bit our dependency list inside `ReactAndroid`. I've re-sorted the lists, and exported everything I could in the `gradle.properties`. I wish we could move to the Gradle Version Catalog for Android, but that's not possible at the moment (it will make impossible for users to build from source). ## Changelog [Internal] - Cleanup some of the dependencies inside ReactAndroid Pull Request resolved: https://github.com/facebook/react-native/pull/34191 Test Plan: Will rely on a Green CircleCI Reviewed By: huntie Differential Revision: D37828614 Pulled By: cortinico fbshipit-source-id: f433d08d691db4145e0c72ca4dab2f0350e4101f
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.