Hugo Gresse
Hugo Gresse
Solution to investigate: https://firebase.google.com/products/extensions/firestore-counter/
Other solution to investivate: FieldValue.increment https://firebase.google.com/docs/reference/js/firebase.firestore.FieldValue#increment
Duplicate of https://github.com/ivpusic/react-native-image-crop-picker/issues/1538
hmm, you're right, I believe the issue is with .heic, at this on the Camera side :/ Using Compatibility mode solved this but is not a long term solution.
I believe the latest release fix this issue. I've not yet confirmed with my users though. https://github.com/ivpusic/react-native-image-crop-picker/pull/792
it seems some users still have the issue, though I cannot find why it is happening.
This should probably need more attention. Is does impact many users on our side.
Just tested both versions, and this is a regression compared to version 1.4.5. Where before plain path like `/users/etc` worked, now it need to be an URI.
rotation is probably another issue. I think this issue can be closed either: - changing the release not to add the breaking change - patching it in this library.
Weirdly enough, I'm having the same issue, but I'm not using `use_frameworks` in the podfile and migrating from 0.67 to 0.68. Applying the patch mentionned in the OP did not...