Technology

React Native

react-native

Links

Resources

Recent

Latest Release Posts

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

  • 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

  • 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