JSPM

bluetooth-escpos-react-native

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q22045F
    • License MIT

    React-Native plugin for the bluetooth ESC/POS printers.

    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