-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net Printer init of null #175
Comments
Hey @GalaxyTea1 if this is an issue on iOS ensure pod-install ran successfully. Also if you're using Expo then you might need to dig further on how to install libraries that introduce native code correctly. |
I use android with Expo run dev, maybe lib does not support it. |
Most likely the case @GalaxyTea1, to test the hypothesis, try booting a fresh react native project with react-native cli and see if the lib works as expected. If it does then we will have to jump ship. |
Hi @GalaxyTea1 , I had the same issue and I'm also using expo run dev. Notes:
|
It works with Expo dev, I haven't tried it with the product version. But I was advised to use react native instead of expo, so I changed @petermoreira18 |
I am using Expo and trying to connect to a POS machine on the same LAN network as my device (I have successfully done so using a PC). I don't understand what's happening here, I get err [TypeError: Cannot read property 'init' of null.
I would appreciate some help!
My code:
The text was updated successfully, but these errors were encountered: