infoxicator / react-native-star-prnt

React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
MIT License
67 stars 65 forks source link

Expo compatibility #68

Open EduardoRicardez opened 3 years ago

EduardoRicardez commented 3 years ago

Hi, I dont find in the docs about expo compatibility, can i use it with expo?

infoxicator commented 3 years ago

Haven't tried this for a while so I am unsure of Expo compatibility

hunwalk commented 3 years ago

Nope, it will never be compatible with expo unless you eject, or create your own build server. Expo has a standard set of libraries which is compiled together with the app. This lib contains Native Modules which means this probably wont be included in the final build, even though you might be able to reach the js part of the lib. (but the bluetooth connection part is defined in native modules)