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

Too Much delay and app got stuck

Open jazzylamba opened this issue 1 year ago • 3 comments

After selection media on done click there is too much loading time app got struck and i am unable to perform on do any thing except minimise and remove app and then restart app on simulator (iphone 15 promax) i am using like

  const options = {
       usedCameraButton: false,
       isExportThumbnail: true,
       // maxVideo:10,
       // maxSelectedAssets: 20,
       allowedLivePhotos: true,
       emptyMessage: 'No media found',
       maximumMessageTitle: 'Maximum Selection limit reached',
       numberOfColumn:3
     };
const result = await openPicker(options);

jazzylamba avatar Oct 11 '24 06:10 jazzylamba

True, further, I noticed it happens when a user uses it for the first time, every subsequent time, it appears to be faster, anyone has any clue?

ghulamrasool1 avatar Oct 11 '24 07:10 ghulamrasool1

@jazzylamba @ghulamrasool1 Sorry for the bad experience above. I'm refactoring and will release version 2.0 in the next few weeks

baronha avatar Oct 11 '24 07:10 baronha

any workaround you can suggest meanwhile?

ghulamrasool1 avatar Oct 11 '24 09:10 ghulamrasool1

Check new version: 2.0 Docs: https://baronha.github.io/react-native-multiple-image-picker/

baronha avatar Dec 15 '24 04:12 baronha