React Native
目前由于性能问题,暂时没有计划支持 React Native。 虽然我们之前曾对其进行过原型设计,但主要问题在于每帧重新渲染的模型,这阻碍了实现网页上可能达到的高性能水平。
🌐 Support for React Native is currently not planned due to performance issues.
While we previously prototyped this, the main culprit is the model of re-rendering on every frame, which prevents achieving the high performance levels that are possible on the web.
理想情况下,用于在 React Native 中制作视频的框架应该与 Reanimated 等动画解决方案集成。 为了在 React Native 中有效支持像 Remotion 这样的框架,需要进行重大的架构更改。
🌐 Ideally, a framework for making videos in React Native would integrate with one of the animation solutions like Reanimated.
Significant architectural changes would be required to support frameworks like Remotion within React Native effectively.
因此,我们目前不会推进 React Native 的集成。
🌐 For this reason, we are not pursuing a React Native integration at the moment.
App.js 实验
🌐 App.js Experiment
在 App.js 中,我们之前展示了一个用于 Remotion 的实验性渲染器。我们没有获得足够的兴趣去进一步推进它。
🌐 At App.js, we previously shown an experimental renderer for Remotion.
We have not gained enough interest to pursue it further.
Expo DOM 组件实验
🌐 Expo DOM Components Experiment
一个关于 Expo DOM 组件的实验可在 这里 查看。
🌐 An experiment with Expo DOM components is available here.