mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d9eae2a809
Summary: setNativeProps ends up calling UIManager.updateView which fails to find the view tag in the Paper UIManager and crashes. This diff simply checks if the tag is managed by fabric, and calls `fabricUIManager.synchronouslyUpdateViewOnUIThread` if it is. Not the ideal fix, but it generally works (js-driven animations work as well as in Paper) and it's better than crashing or not working at all. Reviewed By: JoshuaGross Differential Revision: D14414523 fbshipit-source-id: 0acd404f55094f8ce8eda39cb87ab58c727fb068
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.