react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Keep selection order
This is a PR to fix the issue where the order of selected items is not preserved on both Android and iOS.
For Android, Google recommends using their Photo Picker. However, there is a known bug in the Photo Picker where the order of selected items is not guaranteed. This bug is scheduled to be fixed in a patch version that will be released after February 2024.
Related ticket: https://issuetracker.google.com/issues/264215151
When testing on an Android emulator, you can confirm that items in the Photo Picker are displayed in the order selected by the user after updating the Google Play system to the latest version.
@ivpusic Could you help take a look?
@ivpusic Upon further investigation, I have found that the problem only occurs on iOS. I have attached an additional video related to this issue. Please check again.
@ivpusic when will this PR be merged?