ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.14k stars 1.56k forks source link

Android App is Crashing when selecting the video #2091

Open Muizz12 opened 1 month ago

Muizz12 commented 1 month ago

Version

Tell us which versions you are using:

Platform

Tell us to which platform this issue is related

Expected behaviour

The app should successfully return the selected video file without crashing, even when the video size exceeds 1GB.

Actual behaviour

When selecting a large video file (greater than 1GB), the app crashes without returning the video response.

Steps to reproduce

1.Record a video on an Android device with a duration of 10-12 minutes (file size >1GB).

2.Use react-native-image-crop-picker to select this video from the gallery.

3.Observe that the app crashes immediately after selecting the video,

Sarveshwins commented 1 month ago

same issue in my app