"expo": "^49.0.3", "expo-image-picker": "~14.6.0", This only happens if the quality is not 1 while allowsMultipleSelection:true or allowsEditing:false not working: const result = await ImagePicker.launchImageLibraryAsync({ mediaTypes: ImagePicker.MediaTypeOptions.All, quality: 0.2, //1...
When selecting multiple items using the image picker the implementation processed the selected images in parallell - which doesn't work well on older devices - especially when doing "disk" IO. It was easy to reproduce this error on a low end iOS device: Run BareExpo Open API/ImagePicker Ru...
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - [ios][imagepicker] fix concurrency issue when selecting multiple item… · expo/expo@20c0a92
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - [ios][imagepicker] fix concurrency issue when selecting multiple item… · expo/expo@16de625