Kishanjvaghela / react-native-cardview

Native CardView for react-native (All Android version and iOS)
https://www.npmjs.com/package/react-native-cardview
MIT License
510 stars 82 forks source link

Not working with react-native 0.60 in Android, AndroidX #47

Closed jibraniqbal666 closed 5 years ago

jibraniqbal666 commented 5 years ago

Not working with react-native 0.60 in Android, Please include AndroidX dependencies, because this does not include support schema.

Juman8 commented 5 years ago

in androidX the lib com.android.support:cardview-v7 try edit become: androidx.cardview:cardview:1.0.0 and import import androidx.cardview.widget.CardView in RNCardView it worked

Kishanjvaghela commented 5 years ago

Published to v2.0.3 https://www.npmjs.com/package/react-native-cardview Feel free to reopen the issue if not working.