Skip to content

v12.0.0

Compare
Choose a tag to compare
@thymikee thymikee released this 31 Oct 15:47
· 234 commits to main since this release

This version of React Native CLI targets React Native 0.73 and includes numerous bug fixes, features and performance improvements.

Breaking changes

  • change default taskPrefix in build-android command from assemble to bundle by @szymonrybczak in #1913
  • update Node minimum version to 18 by @Shubham1429 in #1986
  • Fix ability to override commands via config by @huntie in #1999
  • Remove fallback flow for Metro config defaults (0.73) by @huntie in #1972
  • remove --configuration option from build/run-ios by @szymonrybczak in #2028
    • Migration: Use --mode instead
  • remove --variant option from run/build-android command by @szymonrybczak in #2026.
    • Migration: Use --mode instead
  • Delete source for cli-plugin-metro, remove from builtin commands by @huntie in #2055
  • Remove unreferenced utils from cli-tools by @huntie in #2066

Performance

  • move pods installation from init to ios-specific commands by @TMisiukiewicz in #2077
    • force Pods installation by passing: --force-pods
  • remove Gradle task check on run-android by @TMisiukiewicz in #2144

Fixes

Features

Chore & Maintenance

New Contributors

Full Changelog: v11.1.1...v12.0.0
``