Igor Pires
Results
2
comments of
Igor Pires
I'm facing the same problem here...
I solved my problem changing the compileSdkVersion to 28 and buildToolsVersion to "28.0.3" , and compile to implementation in build.gradle `YOUR_PROJECT/node_modules/react-native-bluetooth-escpos-printer/android/build.gradle`: ``` android { compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig {...}...