2.1 Update babel.config.js
The Babel preset was renamed frommetro-react-native-babel-preset to @react-native/babel-preset. In the babel.config.js file, rename the preset, such as the example below:
2.2 Update tsconfig.json
The base TypeScript config package changed from@tsconfig/react-native to @react-native/typescript-config. In the tsconfig.json file, rename the package, such as the example below:
2.3 Update .prettierrc.js
RemovebracketSameLine and bracketSpacing options from the prettierrc.js file.
2.4 Metro configuration
For the 0.72 to 0.83 upgrade, nometro.config.js changes are needed unless you have custom configurations. Metro updates automatically with React Native.
The diffs you may see in upgrade guides (documentation URL changes, type annotation updates) are cosmetic only and have no functional impact. Only update Metro config if you need new features like:
unstable_enableSymlinksfor monorepo supportunstable_allowRequireContextfor dynamic requires
metro.config.js, don’t create one.
