react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

Incompatible with React-Native 0.74.3 with kotlin 1.8.0 for library version 1.1.9

Open Ahsanali012 opened this issue 5 months ago • 0 comments

with the following configuration I wanted to use this library version 1.1.9. but i cant use

     buildToolsVersion     = "35.0.0"
    minSdkVersion = 23
    compileSdkVersion = 35
    targetSdkVersion = 35
    ndkVersion = "26.1.10909125"
     kotlinVersion = "1.8.0"
 
    classpath "com.android.tools.build:gradle:8.1.4"
   classpath "com.facebook.react:react-native-gradle-plugin:0.74.3"

     distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip 

    

Ahsanali012 avatar Jul 17 '25 08:07 Ahsanali012