Nirodha26

Results 4 comments of Nirodha26

@AnggaAurelius what is the RN version and library version you're using? Also the tested Android real device?

> Did you solve this problem?? Downgrading react-native-image-crop-picker to v0.36.2 resolved the issue.

Came across the same issue. I have missed to update Podfile with following. `pod 'RNFS', :path => '../node_modules/react-native-fs'` Worked fine after doing a pod install. Refer - https://github.com/itinance/react-native-fs#usage-ios

Got same error and adding following to Pod file resolved it. pod 'react-native-image-resizer', :path => "../node_modules/react-native-image-resizer/react-native-image-resizer.podspec"