@caohiep/react-native-bluetooth-escpos-printer

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i @caohiep/react-native-bluetooth-escpos-printer

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

2.72 MB

Total Files

570

Last publish

Collaborators

  • caohiep