react-native-cafe-bazaar
react-native-cafe-bazaar copied to clipboard
does not work in react native ver 0.63.2
Could not resolve project :react-native-cafe-bazaar.

Add this line to your settings.gradle
project(':react-native-cafe-bazaar').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-cafe-bazaar/android/app')
If you got a problem like this one:
java.lang.RuntimeException: Duplicate class org.intellij.lang.annotations.Identifier
then add this line to app/build.gradle
configurations {
cleanedAnnotations
compile.exclude group: 'org.jetbrains' , module:'annotations'
}
Don't forget to clean your build folder
$ cd android && ./gradlew clean && cd .. && npx react-native run-android
Good luck!
This library is not being actively updated. You might want to use the RN library of the cafebazaar itself.