beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 785 forks source link

could not find method compile() for arguments #438

Open Arnav7501 opened 1 year ago

Arnav7501 commented 1 year ago

how do i update my react-native-picker, no matter how many times i install the compile doesn't change to implementation dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.facebook.react:react-native:+' } and i cant manually change it because when i use eas build, it reverts my changes. my entire project is stopped because of this, please help

cuantmac commented 1 year ago

same issue with @Arnav7501

Zhouwenli commented 1 year ago

same issue with

DwaveVito commented 1 year ago

same issue

"react-native": "0.72.3",
hshepherd commented 1 year ago

This is because react-native 0.72.3 requires a newer version of gradle that this project does not support.