Package Exports
- bluetooth-escpos-react-native
- bluetooth-escpos-react-native/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bluetooth-escpos-react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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