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

fix(android): support rn version 0.68 #2193

Merged
merged 1 commit into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. fix(android): support rn version 0.68

    Upgrading react-native-image-picker from 5.4.2 to 5.5.0 resulted in my app no longer building because of the following issue: `error: cannot find symbol new ImagePickerPackage()`
    
    This issue was introduced here: 
    react-native-image-picker@4584d7b
    
    My stack: 
    Using react-native 0.68.2
    Gradle 7.3.1
    buildToolsVersion 33
    compileSdkVersion 33
    targetSdkVersion 33
    minSdkVersion 24
    kotlinVersion 1.7.0
    charlyBerthet committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e3371b4 View commit details
    Browse the repository at this point in the history