geoff8888
geoff8888
Hi, Did anyone make this work on latest RN 0.71.X? Any alternatives to diagonal scrolling? Thanks!
in Android, this works SQLite.openDatabase("storage/test.db", '1.0', ''); How do you do this in IOS? Result is Error code 14: unable to open database file
How do you detect if you can print already in bluetooth? Successive call to ThermalPrinterModule.printBluetooth() results in garbage. `await ThermalPrinterModule.printBluetooth({payload: this.mPrintData});` Thanks!
Tried installing it and getting this error during compile. ``` /VisionCameraFaceDetectorPlugin.java:35: error: VisionCameraFaceDetectorPlugin is not abstract and does not override abstract method callback(Frame,Map) in FrameProcessorPlugin public class VisionCameraFaceDetectorPlugin extends FrameProcessorPlugin...