mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c32ec1f2ab
Summary: This method is being stripped in release builds because it's used directly from C++ and not referenced in Java. Adding `DoNotStrip` to prevent this. Changelog: [Internal] Reviewed By: PeteTheHeat, mdvacca Differential Revision: D19708826 fbshipit-source-id: a572f0295ab3b49e5884d0a6c723d65e4bbc9226
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.