| 017a717d | 08-Jul-2022 |
Bartłomiej Klocek <[email protected]> |
[image-picker][ios] Support ordered selection (#18143)
On iOS 15 there is a possibility to enable numbered badges when selecting items. The numbers follow the selection order.
- Added the configu
[image-picker][ios] Support ordered selection (#18143)
On iOS 15 there is a possibility to enable numbered badges when selecting items. The numbers follow the selection order.
- Added the configuration option
- Ensured that results are resolved to the JS in the selection order - the same order that we receive in `selection: [PHPickerResult]` array.
> Side note here: This selection order seems to work even if this option is disabled - array returns items in the exact order I selected them, but that doesn't have to be true, especially on older iOS versions.
show more ...
|