react-native-macos/ReactAndroid
Tom Underhill 21f498f4e7
Restore the Office npm package size (#341)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Remove unnecessary android builds and tar file upload.

* Restore the exclusion of the `packages` folder so that the npm package doesn't bloat to over 500MB.

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
2020-05-04 22:00:20 -07:00
..
libs put RN58 back 2019-03-28 13:44:57 -07:00
src Merge react-native 0.61-stable (#323) 2020-04-28 11:49:15 -07:00
.npmignore Restore the Office npm package size (#341) 2020-05-04 22:00:20 -07:00
DevExperience.md CHORE - Remove Trailing Spaces 2016-04-06 09:21:53 -07:00
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle Merge react-native 0.61-stable (#323) 2020-04-28 11:49:15 -07:00
gradle.properties Merge react-native 0.61-stable (#323) 2020-04-28 11:49:15 -07:00
proguard-rules.pro Remove WebView from public RN interface 2019-03-28 17:37:05 -07:00
release.gradle Merge react-native 0.61-stable (#323) 2020-04-28 11:49:15 -07:00

README.md

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.