mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
fc6dd78935
Summary: SoLoader is more stable on older versions of Android. Switching to it should fix recurring issues that we get such as `UnsatisfiedLinkError` and so on. CI + run showcase app. Closes https://github.com/facebook/fresco/pull/1989 Reviewed By: erikandre Differential Revision: D6556420 Pulled By: foghina fbshipit-source-id: ffc3faef6452294b4d781258c64ef57e08d107b5 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
build.gradle | ||
DEFS | ||
DevExperience.md | ||
gradle.properties | ||
README.md | ||
release.gradle |
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.