Skip to content

Releases: react-native-community/cli

v4.1.0

17 Feb 12:51

Choose a tag to compare

v3.2.0

17 Feb 12:55

Choose a tag to compare

Features

  • introduce /events endpoint for devtools like Flipper (#953)

Fixes

  • ios: skip script phases on abstract targets (#982)
  • doctor: if versionsToShow is not an array, return N/A (#975)
  • added quotes for run instructions (#981)

v4.0.2

17 Feb 12:57

Choose a tag to compare

v4.0.1

17 Feb 12:56

Choose a tag to compare

v3.1.4

17 Feb 12:56

Choose a tag to compare

Fixes

  • resolve CLI through react-native to avoid hoisting issues (#973)

v3.1.3

14 Feb 09:45

Choose a tag to compare

Fixes

  • running Android builds on Windows (#966)
  • correctly resolve CLI path in directories containing spaces (#969)

v3.1.0

30 Jan 09:39

Choose a tag to compare

Features

  • watch mode when running react-native start 25a2c44
  • Check if the name of the Android project isn't using reserved Java keywords 2de24bd
  • Much better error messages with human-readable output in many places throughout the CLI b110966
  • Share cache between Xcode and CLI when running an iOS project b628ddf
  • Recommend a command in case of a typo d84c31b
  • Ignore additional paths in stack traces 37e5411 3f6a4fa

Fixes

  • Make doctor command properly resolve the Android SDK 98b79af
  • Updated a few dependencies due to security concerns 43d2cad 84c379e
  • Fix scoped JavaScript packages not working properly when auto-linked with Kotlin files b628ddf
  • Fix wrong getting started instructions displayed when --directory flag was used 9358054
  • Drop npx to improve stability of the CLI across different environments b4b0854
  • Fix error while starting a React Native project on an NTFS based file system 935ad66

v4.0.0

05 Feb 16:26

Choose a tag to compare

Note: The latest version of the CLI, compatible with React Native 0.62.

Breaking changes

  • Correctly handle flavors and build types in run-android command 19c5560

Note: This commit removes --appId and --appIdSuffix options from run-android. They are now loaded from the build.gradle file. You should use --variant option instead.

Features

v3.0.4

19 Nov 12:33

Choose a tag to compare

Fixes

  • doctor: update Xcode version range to >= 10; adjust wording (#856)

v3.0.2

15 Nov 13:06

Choose a tag to compare

Fixes

  • jsAppDir path delimiters on Windows (#850)

Docs

  • update compatibility table (#849)