Skip to content

Releases: react-native-community/cli

v2.8.2

12 Aug 14:20
Compare
Choose a tag to compare

Fixes

  • corrects srcDirs to be compatible with Kotlin projects (#602)

v2.8.1

01 Aug 08:05
Compare
Choose a tag to compare

Fixes

  • fallback to default terminal if wrong one passed (#601)
  • adding back projectRoot to option (#588)
  • init run instructions to show workspace (#566)
  • safe check for config command (#589)
  • package class name regex tweaks on Android (#563)

v1.11.2

25 Jul 09:06
Compare
Choose a tag to compare

Fixes

  • publishing issue that broke react-native init
  • link project assets when not linking deps (#585)

v1.11.0

24 Jul 18:49
Compare
Choose a tag to compare

Features

  • add ability to reload all connected devices and simulators (#574)

v2.8.0

23 Jul 10:11
Compare
Choose a tag to compare

Features

  • add ability to reload all connected devices and simulators (#574)

Fixes

  • stream config output in Ruby autolink script (#578)

v2.7.1

22 Jul 12:36
Compare
Choose a tag to compare

Fixes

  • bring --projectRoot argument back to start (#572)
  • preserve project folder after init failure (#569)

v2.7.0

18 Jul 08:28
Compare
Choose a tag to compare

Features

  • print web diff url (Upgrade Helper) when retrieving the latest release (#551)

Fixes

  • init template name replacement for "helloworld" (#546)
  • remove reliance on node_modules in paths to podspecs (#550)

Docs

  • fix link in README.md to 1.x branch (#548)

Chore & Maintenance

  • setup Azure Pipelines for running CI jobs on Windows (#542, #543)
  • standardize internal network requests layer (#463)

v2.6.2

16 Jul 15:43
Compare
Choose a tag to compare

Fixes

  • use execa to spawn jetifier in a cross-platform way (#541)

Docs

  • better description for sourceDir config (#539)

v2.6.1

16 Jul 08:35
Compare
Choose a tag to compare

Fixes

  • shorter and correct paths in init run instructions (#533)
  • typos in init messages (#538)

v2.6.0

15 Jul 19:04
Compare
Choose a tag to compare

Features

  • support .prettierrc.js dotfile in legacy init templates (#535)

Fixes

  • run jetifier as executable to avoid race conditions (#536)
  • make "install CocoaPods" step in init true by default (#527)