mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
173e7835c6
Summary: NativeAnimatedModule registers itself as a listener on UIManagerModule, which doesn't exist in bridgeless mode. We now have an API on ReactContext to detect if we're in bridgeless mode, so let's just bail out when that's the case (for now). In the future, we'll need a replacement for this API on FabricUIManager (or somewhere). Changelog: [Internal] Reviewed By: PeteTheHeat, mdvacca Differential Revision: D19185762 fbshipit-source-id: 1cf53304ab58a5b985c8f4806544da51f09e8ba5
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.