React Native Architecture

Architecture
  • React
    • Metro
  • JavaScript Engine
    • JS Bundle
    • JavaScript Threads
  • Static Types
    • Code Gen
  • JSI (Generated Interface)
    • Fabric
      • Yoga Layout Engine
        • Shadow Threads
        • Background Threads
    • Turbo Modules
      • Native UI
      • Native Modules
        • UI Threads
        • Main Native Threads

React Native Architecture Diagram

Understand the flow in diagram
React Native Architecture