react-native-community / directory

A searchable and filterable directory of React Native libraries.
https://reactnative.directory
MIT License
1.04k stars 487 forks source link

Is react-native-bluetooth-escpos-printer compatible with expo go? #979

Closed aakashgupta0205 closed 1 month ago

aakashgupta0205 commented 1 year ago

I am trying to connect to a bluetooth thermal printer in my expo go app. I came across react-native-bluetooth-escpos-printer plugin. Is it compatible with expo go?

Simek commented 1 year ago

Hello @aakashgupta0205, I'm not familiar with this library, but after quick look at the code it looks like Expo Go is not supported, however, you can use any React Native library while using expo-dev-client in the development process instead of Expo Go app:

aakashgupta0205 commented 1 year ago

Let me give it a shot. Thanks @Simek!

raajnadar commented 1 year ago

we have a production application and yes we need expo dev client as we need to do some native changes and we don't have a configuration plugin from the maintainer

detanx commented 5 months ago

You can use this expo-react-native-bluetooth-escpos-printer.

Simek commented 1 month ago

Closing this as answered!