React Native is a framework by Meta (Facebook) for building native mobile apps (iOS and Android) using React and JavaScript. Its distinctive approach is rendering real native UI components (not a webview), letting web/React developers build native apps from largely shared code.
What React Native is
React Native = build NATIVE mobile apps with React + JavaScript/TypeScript:
→ ONE codebase (mostly) for iOS AND Android
→ uses REACT (components, JSX, hooks, state) — familiar to web React developers
→ renders REAL NATIVE UI components (not a webview / not HTML) → native look & feel
→ by Meta; widely used (Instagram, Discord, Shopify, etc.)
