react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Return an old file path
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.38.0
- react-native v0.61.1
Platform
Tell us to which platform this issue is related
- iOS
- Android(not sure)
Expected behaviour
after calling openCamera, it should return the file path that I just selected.
Actual behaviour
It returns a old file path that I selected before.
Steps to reproduce
-
openPicker with {cropping:true} -> correct file path return
-
openCamera with {cropping:false} -> return old file path (the one in step 1)
Same problem, it works fine when cropping is false
same here. any solution please