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
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