mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9c1926051e
Summary: The non-Fabric API has a `blockNativeResponder` param in setJSResponder. Make sure to pass that along in Fabric. On Android this allows us to respect the flag and do the same thing non-Fabric was doing if `blockNativeResponder` is false. It's not clear yet what the impact is on iOS. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D27058806 fbshipit-source-id: aa5074fa46191d78f5292a93d9040ab4bb58ca66
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.