johanx03 - 3/28/2025, 10:20:01 PM
Will you bring back support for react native?
jonnyburger - 3/31/2025, 6:41:55 AM
it's not planned to add support for react native. while we previously prototyped this, we realized that with the model of re-rendering on every frame, we could not achieve the high performance as we can on the web. a framework like remotion for react native would ideally work with reanimated or another way to avoid re-renders on react native. this would mean the framework and the components would have to be architected quite differently that that they are right now.
you can also consider experimenting with remotion player using expo dom components, a proof of concept is here. EvanBacon/expo-dom-components-canary-example#4