Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Choyeongdeok opened this issue Sep 30, 2021 · 3 comments

Comments

@Choyeongdeok
Copy link

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
Copy link

Hi, any solution for this?

@jirizikmund
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants