beefe / react-native-picker

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

Android build failing after update to React Native 0.58.3 #365

Open ekmobile opened 5 years ago

ekmobile commented 5 years ago

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

saplf commented 5 years ago

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.

jan-happy commented 5 years ago

Thank you @saplf. I created a PR with your suggestions: https://github.com/beefe/react-native-picker/pull/368 @ekegodigital 👍