react-native-pinchable icon indicating copy to clipboard operation
react-native-pinchable copied to clipboard

react-native-pinchable and Expo

Open giacomoarienti opened this issue 4 years ago • 7 comments

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

giacomoarienti avatar Dec 22 '21 16:12 giacomoarienti

same error

pythonistastic avatar Jan 12 '22 22:01 pythonistastic

Anyone know an alternative to this that works with Expo?

tlmader avatar Mar 12 '22 23:03 tlmader

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

hirbod avatar Apr 02 '22 11:04 hirbod

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 avatar Apr 15 '22 17:04 martymfly

@martymfly for me it did

hirbod avatar Apr 16 '22 08:04 hirbod

@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.

martymfly avatar Apr 23 '22 16:04 martymfly