react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Return an old file path

Open AsDaily-Jacky opened this issue 3 years ago • 2 comments

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

  1. openPicker with {cropping:true} -> correct file path return

  2. openCamera with {cropping:false} -> return old file path (the one in step 1)

AsDaily-Jacky avatar Jul 27 '22 05:07 AsDaily-Jacky

Same problem, it works fine when cropping is false

dev-babar avatar Sep 06 '22 19:09 dev-babar

same here. any solution please

UsmanRapidzz avatar Nov 01 '23 06:11 UsmanRapidzz