Closed kamlesh1000 closed 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.
if you don't migrated to androidx
do following:
npm i ... v2.0.3 .
then npx jetify -r
to convert to support lib then change
`compile 'androidx.cardview:cardview:1.0.0' to implementation"com.android.support:cardview-v7:${rootProject.ext.supportLibVersion}"
in build.gradle
of this module
https://github.com/mikehardy/jetifier#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries https://github.com/Kishanjvaghela/react-native-cardview/commit/5243ae526656121c0849d2c2d15730323b3e8583
"react": "^16.8.3", "react-native": "^0.59.10", "react-native-cardview": "^2.0.3"
FAILURE: Build failed with an exception.
What went wrong:
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
IN DEBUG MODE:
React-native Environment: