React Native ist ein Framework von Meta (Facebook) zum Erstellen von nativen mobilen Apps (iOS und Android) mit React und JavaScript. Der charakteristische Ansatz besteht darin, echte native UI-Komponenten zu rendern (keine Webview), was Web-/React-Entwicklern ermöglicht, native Apps aus weitgehend gemeinsam genutztem Code zu erstellen.
Was React Native ist
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.)
