oblador / react-native-pinchable

Instagram like pinch to zoom for React Native
MIT License
224 stars 23 forks source link

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

Closed Choyeongdeok closed 2 years ago

Choyeongdeok commented 2 years ago

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?

blindvalentine commented 2 years ago

Hi, any solution for this?

jirizikmund commented 2 years ago

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)

Prashanth-K-25 commented 1 year ago

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?