Skip to content
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

react-native-pinchable and Expo #6

Open
giacomoarienti opened this issue Dec 22, 2021 · 6 comments
Open

react-native-pinchable and Expo #6

giacomoarienti opened this issue Dec 22, 2021 · 6 comments

Comments

@giacomoarienti
Copy link

I get the following error when trying to use this library with expo:
Invariant Violation: requireNativeComponent: "PinchableView" was not found in the UIManager.

@pythonistastic
Copy link

same error

@tlmader
Copy link

tlmader commented Mar 12, 2022

Anyone know an alternative to this that works with Expo?

@hirbod
Copy link

hirbod commented Apr 2, 2022

This library adds native code. If you want to use it with expo, you'll need a custom expo dev client. It works

@martymfly
Copy link

This library adds native code. If you want to use it with expo, you'll need a custom expo dev client. It works

It didn't work with expo dev client.

@hirbod
Copy link

hirbod commented Apr 16, 2022

@martymfly for me it did

@martymfly
Copy link

@martymfly for me it did

I finally got it to work with dev-client.

I used to build development build through eas then run the app with expo start --dev-client but sometimes it doesn't work so we may need to run the app with expo run:android(ios) so the dev-client will be up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants