Skip to content

v0.73

Latest
Compare
Choose a tag to compare
@Saadnajmi Saadnajmi released this 04 Jan 20:15
· 308 commits to main since this release

We're excited to announce the release of React Native 0.73. This is the fastest release we have done following a React Native release. Check out the blogpost for React Native 0.73 to see what's new. In addition, we have a couple of fixes and debugging improvements with JavascriptCore.

Happy building!

What's Changed

  • [0.73-stable] Don't recreate identical NSTrackingAreas by @amgleitman in #1973
  • [0.73] Default scale to 1.0 on if window is nil by @shwanton in #1975
  • [0.73][JSCRuntime] Add runtimeConfig to set debugger options by @Saadnajmi in #1958
  • [0.73][JSCRuntime] Only enable the JSC debugging in DEBUG by default by @Saadnajmi in #1977
  • Fix build_codegen! not finding @react-native/codegen in pnpm setups by @tido64 in #1984
  • Correctly declare runtime dependencies by @tido64 in #1982
  • [0.73-stable] Make socketConnections NSDictionary thread-safe by @amgleitman in #1986

New Contributors

Full Changelog: v0.72.0...v0.73.1