You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
On Samsung devices running Android 12 (One UI 4.x), the first time the app launches and the user selects photos via react-native-image-crop-picker, the UI shows no selected images and nothing uploads. Retrying (or after backgrounding/foregrounding the app) often works.
Steps to Reproduce
Clean install app (clear storage or fresh install).
Launch app (first run).
Go to a screen that triggers ImagePicker.openPicker({ mediaType: 'photo', multiple: true }).
Select one or more images and confirm.
Observe: no preview/attachments; upload list is empty.
Expected
Selected images are returned from the picker and shown immediately; upload begins.
Actual
Picker closes, no images appear; no JS error surfaced. Sometimes a second attempt works.