Change8

v0.83.0-rc.4

📦 react-nativeView on GitHub →
2 features🐛 5 fixes🔧 6 symbols

Summary

This release focuses on fixing pnpm monorepo compatibility issues, improving codegen CLI flexibility, and enabling the standalone app shell by default in React Native DevTools.

Migration Steps

  1. Use the React Native Upgrade Helper (https://react-native-community.github.io/upgrade-helper/) to identify specific file changes for your project.

✨ New Features

  • React Native DevTools: Enable standalone app shell by default
  • React Native DevTools: Add 'What's new' highlight to welcome panel

🐛 Bug Fixes

  • Fixed an ENOENT exception when a dependency does not export package.json in pnpm monorepos
  • Fixed hermes-compiler resolution issues in pnpm monorepos
  • Ensure codegen CLI supports unspecified --outputPath argument and respects codegenConfig.outputDir
  • Fix loading bundle using debug_http_host preferences
  • Fixed copying symbol bundles into correct slice folder

🔧 Affected Symbols

hermes-compilercodegen CLIdebug_http_hostpackage.jsoncodegenConfig.outputDirReact Native DevTools