mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
822396d1ff
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35619 Reference https://github.com/reactwg/react-native-releases/discussions/41#discussioncomment-4353534 I'm exposing `ReactAndroid/src/main/jni/react/cxxcomponents` to be consumed via prefab. It will be available to both: `react_nativemodule_core` and `reactnativejni` Changelog: [Internal] [Changed] - Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab Reviewed By: cipolleschi Differential Revision: D41965512 fbshipit-source-id: 3a5a7473267e2e161d9d7fb0e8dfa74593b47b6e
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.