I converted your project to React Native and tried to connect the printer, but it is not connecting.
The printer model I am using is the same as shown in the README image. However, the connection is not working in my React Native implementation.
Steps I tried:
Converted the original code to React Native.
Installed the required dependencies.
Tried to connect the printer via Bluetooth.
The printer is visible but connection fails.
Questions:
How can I properly connect this printer in React Native?
Is there any specific library required for React Native?
How can I check if my printer is supported?
Additional info:
Device: Android
Framework: React Native
Printer: Same model as shown in repository image
If there is any example for React Native, it would be very helpful.
I converted your project to React Native and tried to connect the printer, but it is not connecting.
The printer model I am using is the same as shown in the README image. However, the connection is not working in my React Native implementation.
Steps I tried:
Converted the original code to React Native.
Installed the required dependencies.
Tried to connect the printer via Bluetooth.
The printer is visible but connection fails.
Questions:
How can I properly connect this printer in React Native?
Is there any specific library required for React Native?
How can I check if my printer is supported?
Additional info:
Device: Android
Framework: React Native
Printer: Same model as shown in repository image
If there is any example for React Native, it would be very helpful.