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
Building with react 0.56 for android produces the folowing build errors:
.../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
.../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
.../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:15:21-54: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
.../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
.../react-native-prompt-android/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
@Subway19@koreus7 did you find any solution to this problem? I do not find any other alternative library... its such a basic thing, I don't understand why this is not implemented in react native since forever...
@rtkhanas Oh, I see. Sorry I didn't realise that I never did build android production before, after I did upgrade to the newest react-native version. So it is related to some different package and not this one, I also did just install recently. So we can close it
Building with react 0.56 for android produces the folowing build errors:
This is likely due to targeting android 26 sdk which is now required for play store submission https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#056
This means no app can go into production using this widget as it stands undtil this is resolved.
My Environment
Thanks.
The text was updated successfully, but these errors were encountered: