React Native ialah sebuah framework oleh Meta (Facebook) untuk membina aplikasi mudah alih natif (iOS dan Android) menggunakan React dan JavaScript. Pendekatannya yang tersendiri ialah merender komponen UI natif sebenar (bukan webview), membolehkan pembangun web/React membina aplikasi natif daripada kod yang sebahagian besarnya dikongsi.
Apakah itu React Native
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.)
