question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react-native-pinchable and Expo

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
pythonistasticcommented, Jan 12, 2022

same error

0reactions
martymflycommented, Apr 23, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native Zoomable View - Expo Snack
A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability. You can zoom everything, from...
Read more >
react-native-pinchable - npm
Pinch to zoom for React Native. Latest version: 0.2.1, last published: 2 years ago. Start using react-native-pinchable in your project by ...
Read more >
oblador/react-native-pinchable: Instagram like pinch ... - GitHub
Instagram like pinch to zoom for React Native. Contribute to oblador/react-native-pinchable development by creating an account on GitHub.
Read more >
How do I calcuate zoom from pinch event using expo camera?
Also, as per this question I have to use PinchGestureHandler from react-native-gesture-handler library in order to detect this gesture.
Read more >
How to Use the Pinch to Zoom Gesture in React Native Apps
The react-native-gesture-handler supports both react-native CLI projects and Expo projects. To install it, execute the below command: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found