Chapter 253: React Native
Core Idea
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.
Key Concepts
- App.js Experiment
- Expo DOM Components Experiment
Key Takeaways
- Understand app.js experiment when working with React Native.
- Understand expo dom components experiment when working with React Native.
Connects To
- Angular: related page in the Framework & Renderer Integrations section.
- Figma: related page in the Framework & Renderer Integrations section.
- use Gsap Timeline: related page in the Framework & Renderer Integrations section.