react-native-macos/ReactAndroid
Joshua Gross 1e819b71ad If there's a FabricUIManager crash during execution, log all MountItems being executed
Summary:
This could help somewhat with solving crashes in production.

Changelog: [internal]

Reviewed By: mdvacca

Differential Revision: D22631593

fbshipit-source-id: 2caebf1d6611d98764bccf5a6608040e5c892614
2020-07-20 13:25:52 -07:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src If there's a FabricUIManager crash during execution, log all MountItems being executed 2020-07-20 13:25:52 -07:00
.npmignore
DevExperience.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
README.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
build.gradle Migrate react-native Android tests to Robolectric v4 (#28927) 2020-05-26 20:38:43 -07:00
gradle.properties Migrate react-native Android tests to Robolectric v4 (#28927) 2020-05-26 20:38:43 -07:00
proguard-rules.pro Add ProGuard rule for hermes (#28571) 2020-04-09 13:48:55 -07:00
release.gradle Tidy up license headers [1/n] 2019-10-16 10:06:33 -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.