Software Mansion Przemek Sosna Jan 14, 2026

Bringing React Native Support to HarmonyOS NEXT

Article Summary

Przemek Sosna from Software Mansion reveals how his team brought React Native to Huawei's new operating system. HarmonyOS NEXT now powers 27 million devices with zero Android compatibility.

Software Mansion partnered with Huawei to develop React Native OpenHarmony (RNOH), enabling React Native apps to run natively on HarmonyOS NEXT. The collaboration involved building core infrastructure from scratch, including bridging ArkTS with React Native's Fabric architecture and porting essential libraries to the new platform.

Key Takeaways

Critical Insight

React Native developers can now target HarmonyOS NEXT's 27 million devices through RNOH, with full New Architecture support and a growing ecosystem of compatible libraries.

The article details the technical challenges of mapping React Native components to a completely new OS architecture that shares no code with Android or iOS.

About This Article

Problem

HarmonyOS NEXT needed to connect ArkTS with React Native's Fabric architecture, which is built in C++. The two ecosystems work very differently, making integration hard.

Solution

Software Mansion built the native OpenHarmony TurboModule system from the ground up. They then mapped React Native's core components to HarmonyOS NEXT using ArkTS and C++.

Impact

The team ported six popular libraries, including react-native-reanimated and react-native-gesture-handler. This made it possible to build real apps on the platform with proper library support.