mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9f930e2572
Summary: This removes the old way of consuming `libreact_nativemodule_core.so` from `Android-prebuilt.cmake` to using Prefab which is natively supported by the Android pipeline. This is the last mode that we'll have to handle the prefab for. I'll do the cleanup just after this change landed. Changelog: [Internal] [Changed] - Move `react_nativemodule_core` to be consumed via prefab Reviewed By: cipolleschi Differential Revision: D39929261 fbshipit-source-id: 61669da2cfd0545160a2a4c596c8e4adb22303ec
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.