mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Cleanup release.gradle and remove code used to upload RN to maven repository, which is not longer used. Also removed configuration to include Javadoc, Sources in maven repo, thus reduce NPM package size. ## Changelog [Internal] [Changed] - cleanup and remove maven upload from release.gradle Pull Request resolved: https://github.com/facebook/react-native/pull/30468 Test Plan: you will no longer see *uploadArchives* in ./gradlew tasks. Also you can run **./gradlew :ReactAndroid:installArchives** Reviewed By: mdvacca Differential Revision: D25408128 Pulled By: fkgozali fbshipit-source-id: b3ced1b466b9f11e3970136a116af4e29dbd33a1
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.