mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Summary: Before this fix, ReactNative screens that uses the Fabric renderer crashes when an event is dispatched. The root cause of the bug is that React JS executes the setJSResponder method in UIManagerModule, but this method is not implemented yet in Fabric. This fix will have to be picked into current RC to fix events into the City Guides screen running the Fabric experiment Reviewed By: fkgozali Differential Revision: D8515300 fbshipit-source-id: 40fe2f77987470abed8164f848680a911efa4bd2
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.