Technology
React Native
react-native
Recent
Latest Release Posts
Summary
- New Shared Animation Backend
- Jest preset moved to @react-native/jest-preset
- Metro dev server supports TLS
Summary
- Official React Native support for Meta Quest
- Expo Go + expo-horizon-core enable fast iteration and proper Horizon config
- AOSP-based Horizon OS — avoid Google Play Services and adjust permissions
Summary
- Hermes V1 is default
- Precompiled iOS binaries by default
- Node.js v22 minimum
Summary
- React 19.2 (useEffectEvent, Activity API)
- DevTools: Network & Performance panels plus new desktop app
- No user-facing breaking changes; audit monorepo for React Server Components CVE
Summary
- New Architecture is now the only architecture
- Experimental, opt-in Hermes V1 (build from source)
- React 19.1.1 + DOM-like Node APIs on refs
Summary
- Targets Android 16 (API 36) by default
- Experimental precompiled iOS builds (up to 10× faster)
- Built-in JavaScriptCore removed — use the community package
Summary
- React upgraded to 19.1.0
- Deep imports deprecated; opt-in Strict TypeScript API available
- Legacy Architecture frozen; DevTools warnings for incompatible APIs
Summary
- Deep imports deprecated with warnings
- Opt-in Strict TypeScript API via tsconfig
- Generated types limited to react-native index
Summary
- Metro: much faster startup with deferred hashing
- Android: uncompressed JS bundle for faster app startup
- Remote JS Debugging removed — use React Native DevTools
Summary
- React 19 available in RN 0.78
- Android XML drawables supported
- New iOS RCTReactNativeFactory for brownfield
Summary
- Nightlies and release cadence debated
- Web‑API RFC with incremental PoC proposed
- LeanCore 2.0 + Nitro Modules next steps
Summary
- New CSS props for richer layouts (New Architecture only)
- Android 16KB page support + Android 15 edge-to-edge note
- Swift iOS template; react-native init deprecated
Summary
- React Native 0.76 enables the New Architecture by default
- C++/JSI native modules: synchronous calls, lazy loading, and Codegen types
- Multithreaded renderer + standardized event loop for responsive concurrent UIs
Summary
- New Architecture enabled by default
- Stable React Native DevTools (zero-config)
- Android native merge reduces app size ~3.8MB
Summary
- Yoga 3.1 adds percentage values for gaps and translate
- Stabilized jsi::Runtime access and New Architecture bug fixes
- Template moved; react-native init deprecated — use frameworks (e.g. Expo)
Summary
- Expo is the recommended community framework
- react-native init moved to community CLI
- Frameworks handle upgrades, builds, and dependency management
Summary
- Yoga 3.0: web-aligned layout changes
- New Architecture: bridgeless by default; batched onLayout updates
- Yarn 3 default; Android min SDK bumped to API 23
Summary
- Hermes captures console.log history
- Metro enables symlinks by default
- Experimental Bridgeless Mode released
Summary
- Metro: symlinks & package-exports (beta)
- No redbox for invalid styles; clearer Hermes errors
- Package renames and removed core components; update deps
Summary
- Beta support for package.json "exports" in Metro (RN 0.72)
- Enable via resolver.unstable_enablePackageExports in metro.config.js
- May change resolution in edge cases; run dependency diffs and fix warnings