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

requireNativeComponent: "PinchableView" was not found in the UIManager.

Open Choyeongdeok opened this issue 3 years ago • 2 comments

npm i react-native-pinchable cd ios && pod install

import Pinchable from 'react-native-pinchable'

...

then I got an error 'requireNativeComponent: "PinchableView" was not found in the UIManager.' how can I solve it?

Choyeongdeok avatar Sep 30 '21 07:09 Choyeongdeok

Hi, any solution for this?

blindvalentine avatar Oct 10 '21 06:10 blindvalentine

npm i react-native-pinchable cd ios && pod install

import Pinchable from 'react-native-pinchable'

... then I got an error 'requireNativeComponent: "PinchableView" was not found in the UIManager.' how can I solve it?

After pod install you need to rebuild you app (npx react-native run-ios or manually in Xcode)

jirizikmund avatar Oct 20 '21 08:10 jirizikmund

npm i react-native-pinchable

import Pinchable from 'react-native-pinchable'

... then I got an error 'requireNativeComponent: "PinchableView" was not found in the UIManager.' how can I solve it?

Prashanth-K-25 avatar Jul 27 '23 07:07 Prashanth-K-25