react-native-pinchable and Expo
I get the following error when trying to use this library with expo:
Invariant Violation: requireNativeComponent: "PinchableView" was not found in the UIManager.
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
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
@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.