mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3a06cca9dc
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36395 NativeState is a lighter-weight alternative to HostObject, which may simplify some of our use-cases of interacting with JS in the renderer. The down-side is that this approach doesn't allow exposing custom props or functions. This diffs adds new feature flags to enable experimenting with this functionality and measure any perf impact. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D41553421 fbshipit-source-id: 3065bd7b60f0fa7b63c390e92a785582eee7e613
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.