Create videos with react native and generate uri to share or save on device

45 views Asked by At

I have a component that renders a short animation, with a maximum duration of 8s, I need to generate a video of this component and get a uri, so the user can share it or save it on the device. It doesn't seem like anything in react native supports something like this, I'm open to native implementations for both platforms.

Any ideias?

0

There are 0 answers