mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e695bc0bb5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33134 When a user is enabling New Architecture, we should make sure they don't accidentally mix imports of React Native from source vs prebuilts. With this resolution strategy, we'll make sure all the import of `com.facebook.react:react-native:+` will be resolved to the correct dependency. Changelog: [Android] [Fixed] - Set a resolution strategy for com.facebook.react:react-native when on New Architecture Reviewed By: ShikaSD Differential Revision: D34303267 fbshipit-source-id: 492fec59175c5887571e1b09ca8e233584b45dd1