DEV Community

Discussion on: Finding Video Duration React Native

Collapse
 
baderserhan profile image
Bader Serhan

hello, thank you for the beautiful tutorial.
I want to ask you though, I am implementing this in such a way that I trim a video if it is larger than the maxSize, but how do I get the new data of trimmed video to display?

Collapse
 
saadbashar profile image
Saad

Hey man, thanks a lot reading :) I am not really sure about how to do that. But did you check this package github.com/joltup/rn-fetch-blob..It might help. let me know!