Open Muizz12 opened 1 month ago
Tell us which versions you are using:
Tell us to which platform this issue is related
The app should successfully return the selected video file without crashing, even when the video size exceeds 1GB.
When selecting a large video file (greater than 1GB), the app crashes without returning the video response.
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,
same issue in my app
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,