mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
96e41218ed
Summary: `ThemedReactContext` wraps the actual `ReactContext` but doesn't actually receive any lifecycle events, which would set `mCurrentActivity`, so that's always stuck as `null`. To fix, we override `has/getCurrentActivity` and forward the call to the wrapped context, which actually has the correct lifecycle status. Fixes issue #9310 on github. Reviewed By: mkonicek Differential Revision: D3703005 fbshipit-source-id: 363e87ac91d50516899b413e823d5312cbb807f4
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.