tr3v3r / react-native-esc-pos-printer

An unofficial React Native library for printing on an EPSON TM printer with the Epson ePOS SDK for iOS and Epson ePOS SDK for Android
MIT License
164 stars 71 forks source link

Update ThePrinterWrapper.m #149

Closed irekasoft closed 4 months ago

irekasoft commented 4 months ago

Support the latest Xcode 15.3 which let it fix by adding int on the front const.

tr3v3r commented 4 months ago

@irekasoft hello!

Thanks for the update! Unfortunately, this lib version is not supported anymore. Please switch to the beta version (it is stable)

https://github.com/tr3v3r/react-native-esc-pos-printer/pull/139

omarst9 commented 4 months ago

Could this fix be merged as v3.1.1 so that at least version 3 isnt broken and can still be built? Because v4 is a breaking change that requires refactoring and not everyone might want to migrate straight away.

tr3v3r commented 4 months ago

@irekasoft @omarst9

3.1.1 available on npm.

Anyway, I recommend to switch to the beta version since a lot known issues were fixed.