react-native/ReactAndroid
gengjiawen 5dd9d72ec0 Fix ReactAndroid bundle issue (#22799)
Summary:
Related change: 0a293a014b.

Changelog:
----------

[Bugfix] [Android] - fix 64bit so bundle issue.
Pull Request resolved: https://github.com/facebook/react-native/pull/22799

Differential Revision: D13669711

Pulled By: hramos

fbshipit-source-id: 0234b4731db0c74c8e4b8b738a19ae971fadb702
2019-01-15 16:49:44 -08:00
..
libs Reformat xplat build files according to new formatting rules. 2019-01-10 20:00:42 -08:00
src Fix ReactAndroid bundle issue (#22799) 2019-01-15 16:49:44 -08:00
.npmignore
DevExperience.md
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle bump okhttp to 3.12.1 (#22877) 2019-01-14 10:34:30 -08:00
gradle.properties bump okhttp to 3.12.1 (#22877) 2019-01-14 10:34:30 -08:00
proguard-rules.pro RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
release.gradle Use new JavaScriptCore from npm (#22231) 2018-12-27 14:51:03 -08: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.