mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
40a367e0a3
Summary: We forgot to make ClipboardModule TurboModule compatible. I think this was most likely because our codemods targeted all Java classes that extended ReactContextBaseJavaModule. The ClipboardModule extends ContextBaseJavaModule instead. There are no other NativeModules that extend ContextBaseJavaModule. Changelog: [Internal] Reviewed By: sshic Differential Revision: D31291293 fbshipit-source-id: cf5d21898101699f8c349b013a77e8329339a8d3
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.