mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7d037ddd6a
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33758 This fails to compile in our CircleCI builds ``` /root/react-native/ReactAndroid/src/main/java/com/facebook/react/CompositeReactPackageTurboModuleManagerDelegate.java:52: error: incompatible types: java.util.List<java.lang.Object> cannot be converted to java.util.List<com.facebook.react.ReactPackage> delegates.add(delegatesBuilder.build(context, Collections.emptyList())); ``` Make the empty collection generic should solve the issue Changelog: [Internal] [Changed] - Fix Circle CI for CompositeReactPackageTurboModuleManagerDelegate Reviewed By: cortinico, dmitryrykun Differential Revision: D36130573 fbshipit-source-id: 9615311798fbbd7c000838dfbc043f450c2d9e2e
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.