xotahal / react-native-material-ui-demo-app

Demo app for react-native-material-ui lib
150 stars 88 forks source link

Ripple drawable is not available on android API < 21 #28

Open moorthi07 opened 6 years ago

moorthi07 commented 6 years ago

When run on Android 4.3 version (ie. API 16- 18) In Manifest.xml
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />

But still throwing error ,

Error while updating property 'nativeBackgroundAndroid' of a view managed by : RCTView

null Ripple drawable is not available on android API < 21

murtraja commented 5 years ago

Same, I am running Android 4.4.2 Samsung Galaxy Grand 2 and I am too unable to try out the demo