You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: