mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f8d5c5bfd7
Summary: ExceptionManagers are created before the `ReactApplicationContext`. Once we make them all TurboModule-compatible, they'll also subclasses `ReactContextBaseJavaModule`. This means that they'll need to be created with `ReactApplicationContext`. Since one isn't available, we'll have to call `super(null)` in their constructor. Changelog: [Android][Changed] - Make ReactApplicationContext nullable as the constructor argument of ReactContextBaseJavaModule Reviewed By: PeteTheHeat Differential Revision: D18935950 fbshipit-source-id: a643a10a42cf36a2a2d6fde87795965f16295d43
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.