mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c65267ca6f
Summary: This diff changes updateState method to support null stateWrappers, before this method would crash with a NullPointerException, now it allows the null object to reach the view manager. Changelog: Add support for update of nullable localState in Fabric Reviewed By: JoshuaGross Differential Revision: D17939651 fbshipit-source-id: c62555905e39f9e0db75b9e1d1b93f33d0560266
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.