Alireza

Results 20 comments of Alireza

@alantoa thanks for the response.

hello, @devilabhi this is because default duration is set to 60 just add the maxVideoDuration field to fix it ``` const response = await MultipleImagePicker.openPicker({ usedCameraButton: false, isExportThumbnail: true, isPreview:...

@douglasjunior what about changing it max-height property to prevent this?

@inokawa it's not triggering onLoadError, If you check zip file thats the output of the library of the webpage

@inokawa my project was native project then i added expo support to my project here are my config files : metro.config.js ``` const {getDefaultConfig} = require('metro-config'); const { createSentryMetroSerializer, }...

@inokawa thanks

+ same here when passing data : formData any solution ?

@bradstiff @zzorba try adding enableScreens(false); to your app.tsx (.js) file and see if it fixes it