Improving Media Picker Functionality
Media Picker has one big issue on phones (at least tested on iphones)
The first image automatically triggers the media picked callback (this is not the case in studio but on device it is), so If I hook into that callback I have to block the first trigger. But then if you tap that first photo it doesn't trigger the callback so users just can't select it without first selecting another. The only work around is adding a dedicated UI button to "confirm".
My suggestion is to either not trigger the selected event unless the user taps an item or add an item tapped event that runs everytime an item is pressed regardless if its already selected.
I think the latter is more ideal and improves more use cases