react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

App Crash on Android real device when click done.

Open chetanbhadarka opened this issue 6 months ago • 2 comments

const response = await openPicker({
  mediaType: 'video',
  maxSelectedAssets: 1,
  allowedLivePhotos: false,
  selectedAssets: allVideos,
});

Issue:

  • When i select a video and then press "done", my app is crashed.
  • It only happens for first time. If i came back then it's working as expected.
  • I also do console "response" and I got the array of records even if app crashed.

chetanbhadarka avatar Feb 22 '24 08:02 chetanbhadarka

Which operating system are you using? What is the react-native's version and the os version?

baronha avatar Feb 22 '24 16:02 baronha

Which operating system are you using? What is the react-native's version and the os version?

RN: v0.73.2 Android: v11 react-native-multiple-image-picker: v1.1.2

chetanbhadarka avatar Feb 22 '24 16:02 chetanbhadarka