{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidqypjatonsvn7y5iyogf54hqxzmegbngtimnnrv6teq5ci6qkaoe",
"uri": "at://did:plc:5sgu76a53rz3n6unbykmovqy/app.bsky.feed.post/3mloit5iwoxc2"
},
"description": "React Native is a cross-platform framework from Meta that lets developers build iOS and Android applications using React. UI components map to native platform widgets at runtime, so the apps feel native while sharing most of their codebase across platforms.\n\n\nHow it works\n\nJavaScript (or TypeScript) code runs in a JS engine (Hermes by default on modern versions) and communicates with the native side through a bridge or, in the New Architecture, through JSI (JavaScript Interface) and Fabric for s",
"path": "/engineering-glossary/react-native-cross-platform-mobile/",
"publishedAt": "2026-05-12T19:16:00.000Z",
"site": "https://sahilkapoor.com",
"tags": [
"iOS",
"Android",
"Flutter",
"Swift",
"Kotlin"
],
"textContent": "**React Native** is a cross-platform framework from Meta that lets developers build iOS and Android applications using React. UI components map to native platform widgets at runtime, so the apps feel native while sharing most of their codebase across platforms.\n\n## How it works\n\nJavaScript (or TypeScript) code runs in a JS engine (Hermes by default on modern versions) and communicates with the native side through a bridge or, in the New Architecture, through JSI (JavaScript Interface) and Fabric for synchronous calls. UI primitives like `<View>` and `<Text>` map to `UIView` / `UITextView` on iOS and `ViewGroup` / `TextView` on Android.\n\n## Common ecosystem\n\n * **Frameworks:** Expo (managed workflow, OTA updates, build service), bare React Native, RNTL for testing\n * **Navigation:** React Navigation, Expo Router\n * **State management:** Zustand, Redux, Jotai, MobX\n * **Native modules:** TurboModules and Codegen in the New Architecture\n\n\n\n## React Native vs Flutter\n\n * **React Native.** JavaScript / TypeScript; uses platform-native UI components; large web-developer pool; ecosystem fragmentation.\n * **Flutter.** Dart; renders its own UI with Skia/Impeller; tighter visual consistency; smaller ecosystem outside Google.\n\n\n\nš\n\n**Related Terms**\niOS, Android, Flutter, Swift, Kotlin.",
"title": "React Native",
"updatedAt": "2026-05-13T19:14:26.768Z"
}