Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a resolution strategy for com.facebook.react:react-native when on New Architecture. #33134

Closed
wants to merge 1 commit into from

Commits on Feb 17, 2022

  1. Set a resolution strategy for com.facebook.react:react-native when on…

    … New Architecture.
    
    Summary:
    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
    
    Differential Revision: D34303267
    
    fbshipit-source-id: d59de872ec7700a5d060fe28dd5c5d1dbb8f453e
    cortinico authored and facebook-github-bot committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5638f52 View commit details
    Browse the repository at this point in the history