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
I also encountered this error. It seems that RN updated Android SDK to 28 in 0.58.* while this library still using 27.
FYI, there're some methods to fix it.
Modify compileSdkVersion and targetSdkVersion in file node_modules/react-native-picker/android/build.gradle to 28 manually. Just make sure its value before every build.
Refactor the code in node_modules/react-native-picker/android/build.gradle to get versions dynamically:
After updating to React Native 0.58.3 the Android build is failing. See enclosed log file. There seem to be resources missing for Android 9.
android-build-failing.log
The text was updated successfully, but these errors were encountered: