React Native Fabric
Related service Mobile apps · iPhone & Android
DEFINITION
React Native's new renderer architecture (since 2023). Synchronous JS↔UI communication · scroll and animation feel much steadier than the legacy bridge.
- React Native→
Meta's framework for building native iOS + Android apps from React-like code, one codebase. Mature since 2020, though ~15-25% is still platform-specific code.
- Offline-first→
A design philosophy: the app's core functions work without a network and sync when online. Conflict resolution is mandatory, not optional.
- ASO (App Store Optimization)→
Optimising the app's store listing (title, keywords, screenshots, description, categories). As important as web SEO · just in the App Store / Play Store context.
- Expo→
Managed React Native platform · EAS Build, OTA updates, preconfigured modules. In 2026 the default for new mobile projects, except cases needing exotic native SDKs.
- EAS Build→
Expo's cloud build service for iOS and Android binaries. No local Xcode / Android Studio required · saves 2-3 hours a day on a typical new project.
- OTA update (Over-The-Air)→
Live JavaScript-bundle update without an App Store / Play Store review. Good for bug fixes, copy changes, feature flags · not for native changes.
- 0114 May 2026Mobile app or PWA? A practical 2026 decision guide→
- 0223 Apr 2026On-device LLMs in 2026: Gemini Nano vs Apple Intelligence→
- 0322 Apr 2026Mobile push notifications · 2026 engagement playbook→
- 0422 Apr 2026Mobile analytics without cross-app tracking · 2026 reality→
- 0522 Apr 2026App Store Optimization for Hungarian Apps · 2026 Playbook→
- 0622 Apr 2026React Native offline-first: SQLite + sync that works→
- 0720 Apr 2026React Native vs Expo · 2026 decision framework→
- 0802 Apr 2026React Native vs native iOS: a 2026 decision framework→