-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
same error |
Anyone know an alternative to this that works with Expo? |
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. |
@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. |
It's working with dev client but conflicting with pressable |
I get the following error when trying to use this library with expo:
Invariant Violation: requireNativeComponent: "PinchableView" was not found in the UIManager.
The text was updated successfully, but these errors were encountered: