@caohiep/react-native-bluetooth-escpos-printer
v0.0.7
Published
React-Native plugin for the bluetooth ESC/POS printers.
Downloads
7
Maintainers
Readme
react-native-bluetooch-escpos-printer
See original at https://github.com/januslo/react-native-bluetooth-escpos-printer
My update (fork from version 0.0.5)
error: cannot find symbol import android.support.v4.app.ActivityCompat;
open node_modules\react-native-bluetooth-escpos-printer\android\src\main\java\cn\jystudio\bluetooth\RNBluetoothManagerModule.java
and replace
android.support.v4.app.ActivityCompat;
android.support.v4.content.ContextCompat;
to
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
visit issues 188
Could not resolve all dependencies for configuration ':react-native-bluetooth-escpos-printer:classpath
open node_modules\react-native-bluetooth-escpos-printer\android\build.gradle
and replace as Pull request
visit issues 198