d06bea4962
Summary: `./scripts/run-android-local-unit-tests.sh` raise error ``` 05: error: cannot access com.facebook.react.bridge.CatalystInstance verify(mCatalystInstanceImpl).loadScriptFromOptimizedBundle( ^ class file for com.facebook.react.bridge.CatalystInstance not found ``` and this PR fix it. Closes https://github.com/facebook/react-native/pull/8957 Differential Revision: D3613491 Pulled By: bestander fbshipit-source-id: 53b52fca13482e6474d7ffec9c19c0e7d6e4d100 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DEFS | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
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.