star-micronics / react-native-star-io10

react-native-star-io10 is a library for supporting application development for Star Micronics devices.
Other
91 stars 55 forks source link

New Arch Support #122

Open manage-some opened 3 months ago

manage-some commented 3 months ago

We've release a new update on playstore that uses New Arch of React Native. However on old android devices, we have been reported that the app breaks. Upon investigation, we found out that it's because of this library specially in the case when app is connected to 3-4 printers and queue stacks up. When we disable New Arch, it seems to work fine on old android devices as well.

bandit-ibayashi commented 2 months ago

@manage-some Thank you for your report.

Could you please fill in the template that appears when you post this Issue so that we can get a clearer understanding of the situation? Please let us know your environment and the crashes you are seeing at the time so we can better understand this issue.

Thank you in advance.


Description

A clear and concise description of what a bug is.

Your device where the bug occurs

Your printer

Your development environment

The result of executing the command ver on Windows, sw_vers on macOS, uname –a on Linux, or these equivalent commands.

Also, the result of executing the command npx react-native info.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the bug here.