mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c80309e5ae
Summary: Adds support for handling animations in response to events on the platform side, without needing a JS round trip. With this TM, NativeViewEvents will no longer affected by JS thread - hover events will not be delayed when JS thread is busy. This makes a significant difference for VR panel apps - see test plan for an example for the before and after in Store. Changelog: [Internal] - Make NativeAnimatedNodesManager public Reviewed By: JoshuaGross Differential Revision: D37082069 fbshipit-source-id: 330acd78c547587de5545b61895e0d821fb99552
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.