baronha / react-native-multiple-image-picker

🏞 react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android, similar to the current Facebook app.
MIT License
399 stars 107 forks source link

App Crash on Android real device when click done. #142

Open chetanbhadarka opened 8 months ago

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

Issue:

baronha commented 8 months ago

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

chetanbhadarka commented 8 months ago

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