-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support on Expo? #715
Comments
It may be work with own build dev-client, or bare workflow. I'd happy to accepted a PR for add an example if anyone can try it out. |
.I installed it with eas local building, it's surprisingly painless, I used https://github.com/mybigday/react-native-external-display/blob/master/packages/RNExternalDisplayExample/src/Touch.js to make a local testing, removed a bunch of unrelated packages like react-native-gesture-handler. it surprisingly works, I didn't change much code. it works instantly on my machine, I only tested it on android tho |
This is a sample working code for an Expo app (client dev, you have to rebuild eas else u will get error "TypeError: Cannot read property 'getInitialScreens' of null, js engine: hermes") |
Any update? I couldn’t find a way to make it work for Expo. @jhen0409 |
Wondering how to use this module in Expo? Would be great if there could have a simple example.
The text was updated successfully, but these errors were encountered: