Files
react-native/ReactAndroid
thecodrrandJanic Duplessis ffdf3f22c6 Fix ClassNotFound exception in Android during Release builds (#25912)
* Add DoNotStrip annotation for Hermes

This adds the @DoNotStrip annotation to disallow Proguard/R8 from stripping the AndroidUnicodeUtils class during release build and causing a `ClassNotFound` crash.

* Add @DoNotStrip annotations on all methods

* Update AndroidUnicodeUtils.java
2019-08-02 15:29:36 -04:00
..
2018-05-27 15:17:55 -07:00

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.