Luis Resendiz

Results 4 comments of Luis Resendiz

+1 "react-native-image-picker": "^4.10.3" "react-native-compressor": "^1.6.1"

Yep, It's the first thing I thought of. They are already updated but the issue continues. I'm currently on: ``` "react-native-compressor": "^1.8.21", "react-native-image-picker": "^7.0.2", ``` And my code includes `includeExtra:...

I have the same issue, steps to reproduce: 1. Open the camera 2. Take a photo 3. Press the OK button to save the image Then, app crashes and not...

My solution is move the file to internal storage using RNFS https://www.npmjs.com/package/react-native-fs and use the new uri in the asset object.