mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9c35b5b8c4
Summary: In D17480605 (https://github.com/facebook/react-native/commit/689233b018bd533a7eecd38e38a7fb84b849cf88), I made all methods with void return types dispatch to the NativeModules thread. This diff makes the same change to methods with promise return types. **Note:** The changes are disabled for now. I'll add an MC so that we can test this in production in a later diff. Changelog: [Android][Fixed] - Make promise NativeModule methods dispatch to NativeModules thread Reviewed By: PeteTheHeat Differential Revision: D22489338 fbshipit-source-id: d5b030871f9f7b3f48eb111225516521493cb05e
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.