We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
same issue in my app
Sorry, something went wrong.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: