remotion icon indicating copy to clipboard operation
remotion copied to clipboard

React Native Support

Open kss943 opened this issue 3 years ago • 7 comments

Hello!

Are you planning to add remotion support for react-native? Looks like it could be useful in some of my projects.

kss943 avatar Jan 05 '22 10:01 kss943

Do you mean Remotion <Player> to be used in RN?

I'm sure rendered MP4s will work fine in any mobile platform. ;)

tomByrer avatar Jan 05 '22 20:01 tomByrer

For now, I think it would work in a WebView.

We did not experiment with it yet, but before we decide to do or not do it, we should definitely hack a demo. So I'll leave this issue open for now!

JonnyBurger avatar Jan 06 '22 13:01 JonnyBurger

Hi @JonnyBurger. Good job for sure! is it possible to render on react-native using ffmpegkit-react-native?

Best regards.

gaithoben avatar Sep 02 '22 17:09 gaithoben

@gaithoben That is not supported at the moment.

Some people use Remotion in React Native by using the <Player> inside a WebView and they got it working! I recommend doing that for now.

Since phones are much less powerful than computers, I have some doubts about whether Remotion for mobile will result in a great experience and therefore I am pushing this off for the moment and we will focus on the web for now.

JonnyBurger avatar Sep 05 '22 08:09 JonnyBurger

@JonnyBurger Thank you for the reply.

Again thanks for the good job.

gaithoben avatar Sep 05 '22 11:09 gaithoben

@JonnyBurger is it possible to use remotion lambda with react native?

lirazhad avatar Sep 08 '22 10:09 lirazhad

@lirazhad Usually a Lambda render is invoked on the server or through a serverless function. So you'd have to expose it through an HTTP endpoint and you'll be able to use it in React Native (in a webview still). I see some people doing this.

JonnyBurger avatar Sep 10 '22 07:09 JonnyBurger

I released https://remotion.dev/native now! You can try it out yourself. But there wasn't that much interest overall after that, so there are no plans to develop it much further unless there is enough interest.

JonnyBurger avatar Aug 09 '23 12:08 JonnyBurger