mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff adds the new API required to implment JSResponderHandler in FabricUIManager The new API differs from the old API, but since setJSResponder is called ONLY from JS it's not necessary to have this method as part of UIManager interface. Reviewed By: JoshuaGross Differential Revision: D16543440 fbshipit-source-id: ca4bd4c1e4df706cda0eb16798e01f3350558d06
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.