Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot read property 'openPicker' of undefined

I have installed library using pod file. used this library

https://github.com/ivpusic/react-native-image-crop-picker

image selection from gallery working fine when I run code from x-code , but got above error when I run 'react-native run-ios'.

enter image description here

Any solution will be helpful.

like image 988
Rushi trivedi Avatar asked Nov 02 '25 16:11

Rushi trivedi


1 Answers

Reason for this error:

The xcode could find the library in pods you need to install pods in order to make it work on iOS.

try running

pod install
like image 184
Hassan Riaz Avatar answered Nov 04 '25 11:11

Hassan Riaz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!