react-native-macos/ReactAndroid
Anandraj f5a5da14a5
Getting rid of the legacy JS integration in favor of JSI with V8 impl… (#224)
* Getting rid of the legacy JS integration in favor of JSI with V8 implementation

* Some cleanup

* A few more cleanups including removing privatedata
2020-01-17 10:56:37 -08:00
..
libs put RN58 back 2019-03-28 13:44:57 -07:00
src Getting rid of the legacy JS integration in favor of JSI with V8 impl… (#224) 2020-01-17 10:56:37 -08:00
.npmignore Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
DevExperience.md CHORE - Remove Trailing Spaces 2016-04-06 09:21:53 -07:00
NuGet.Config Use standard ubuntu pool for PR (#119) 2019-07-30 12:29:46 -07:00
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
ReactAndroid.nuspec Getting rid of the legacy JS integration in favor of JSI with V8 impl… (#224) 2020-01-17 10:56:37 -08:00
build.gradle Getting rid of the legacy JS integration in favor of JSI with V8 impl… (#224) 2020-01-17 10:56:37 -08:00
gradle.properties Quick pass at a bunch of "easy" merges 2019-08-19 12:27:20 -07:00
packages.config Use standard ubuntu pool for PR (#119) 2019-07-30 12:29:46 -07:00
proguard-rules.pro Remove WebView from public RN interface 2019-03-28 17:37:05 -07:00
release.gradle put RN58 back 2019-03-28 13:44:57 -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.