735be8b24d
Summary: When running Systrace, we currently only surface the JavaScript bundle that is pre-packaged in the binary. This changes `ReactInstanceManager` so that we prefer a cached bundle if one exists. This allows running Systrace with local changes (as long as you load them into the client before running Systrace). Differential Revision: D9389704 fbshipit-source-id: 031321b2e07539efc7f47a7c6947ab7b82dc7dfc |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
proguard-rules.pro | ||
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.