Back to course

Intro to TurboModules

React Native 2026: Bridgeless Architecture & JSI

What are TurboModules?

TurboModules are the next iteration of Native Modules. They use JSI to expose native methods to JS.

Key feature: Lazy Loading.

Unlike the old Bridge where all modules were initialized at startup, TurboModules are only loaded when needed, making your app launch much faster.