Back to course

Your First JSI Module: The 'Hello C++' Challenge

React Native 2026: Bridgeless Architecture & JSI

The Hello World of JSI

We will create a simple module that returns a string from C++ directly to JS.

  1. Define the JSI HostObject.
  2. Bind a function in C++.
  3. Call it from your App.tsx.

This bypasses the old NativeModules bridge entirely.