react-native-star-io10 icon indicating copy to clipboard operation
react-native-star-io10 copied to clipboard

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

Results 47 react-native-star-io10 issues
Sort by recently updated
recently updated
newest added

Fixes compilation error `Android: Execution failed for task ':react-native-star-io10:bundleReleaseAar'` #51 #29

## Description I used code directly from docs for testing. It doesn't find any printers. The printer is connected to Square USB Hub and powered on. ## Your device where...

bug

example apk size is ~90MB, which is huge for a printer pkg. Is it possible to shrink it somehow?

bug

## Description Does .actionPrintImage() support passing in a base64 pdf? Whenever I try to use .actionPrintImage() with a base64 pdf I get an invalid source error. According to the [docs](https://www.star-m.jp/products/s_print/sdk/react-native-star-io10/manual/en/api-reference/star-xpand-command/printer/image-parameter/constructor.html)...

## Description While creating android build, getting `Unresolved reference: "ReactNoCrashSoftException"` ## Your development environment ``` ProductName: macOS ProductVersion: 11.6 BuildVersion: 20G165 ``` **System:** ``` OS: macOS 11.6 CPU: (8) x64...

Status: help wanted

Hi there, I am trying to use this lib for a ios build and when debugging in metro I get the "Native Module Cannot be Null" error (please see screenshot...

## Description I've had a print fail in the middle of printing (half of the receipt was printed correctly). When investigating the issue I've determined that there was a invalid...

bug

## Description Android application crashes on print with image (png). This same image works fine on iOS implementation. Identified in stack trace where the out of memory exception is occuring,...

Status: help wanted

## Description I have a case where multiple printers can be connected to one device, could be any interface. Say I have 5 printers connected, 2 Bluetooth, and 3 LAN...

When building our app for Android using react-native-star-io10, the following error occurred. This error seems to occur because react-native-star-io10 and other libraries have conflicting obfuscated class names. ``` > Task...