Skip to content

Releases: react-native-community/cli

v2.5.0

12 Jul 15:54

Choose a tag to compare

Features

  • run jetifier before run-android (#526)

Fixes

  • better package class name regex on Android (#525)

v2.4.3

11 Jul 10:58

Choose a tag to compare

Performance

  • cache lazy config project getter when accessed repeatedly (#520)

v2.4.2

11 Jul 10:58

Choose a tag to compare

Fixes

  • don't copy node_modules from local templates when init (#519)

v2.4.1

11 Jul 10:57

Choose a tag to compare

Fixes

  • add chalk as dependency of cli-platform-android (#517)

v2.4.0

10 Jul 12:36

Choose a tag to compare

Features

  • add xed -b ios for opening Xcode to init instructions (#514)

Fixes

  • run pod repo update after installing CocoaPods in init (#513)

v2.3.0

09 Jul 11:49

Choose a tag to compare

Features

  • support unlink --platforms (#511)

Chore & Maintenance

  • remove unstable (new) init --template shorthand support (#495)

v2.2.0

09 Jul 07:49

Choose a tag to compare

Features

  • use relative paths for Podfile.lock (#502)

Fixes

  • correct project directory in run instructions after init (#504)
  • use_native_modules! warns and skips dependencies without a podspec (#507)

Chore & Maintenance

  • add more information to autolinking guide (#505)

v2.1.2

09 Jul 07:47

Choose a tag to compare

Fixes

  • don't set projetRoot for Metro (#496)
  • init command with scoped templates without version (#497)

Chore & Maintenance

  • fix typo in contribution guide (#501)

v2.1.1

09 Jul 07:46

Choose a tag to compare

Fixes

  • passing iOS simulator name with brackets in latest Xcode (#460)
  • Metro Bundler crashing on run-android on Windows (#489)
  • support an Application instance in PackageList for Android (#493)

Chore & Maintenance

  • add table of contents to README (#491)
  • revamp README for readability, about and updating info (#490)

v2.1.0

05 Jul 13:20

Choose a tag to compare

Features

  • make run-ios output leaner (#472)

Fixes

  • autolinking bug on Windows when reading config (#480, #482)
  • duplicate entires in "rnpm" warning (#481)
  • run release checker only after start and info command (#479)