Skip to content

Releases: react-native-community/cli

v4.2.0

25 Feb 17:01
Compare
Choose a tag to compare

Fixes

  • open /events for locally served javascript files as well (#1015)
  • building TS definitions broken by include package.json (#1005)
  • improve "did you mean" match threshold (#1001)
  • fixup usage/help misleading information (#1013)

Chore & Maintenance

  • remove morgan (#1011)
  • upgrade chalk to v3 (#1003)
  • remove node-notifier to reduce install size (#1002)
  • upgrade TS to 3.8 (#997)
  • improve e2e tests (#1004, #1007, #1009, #1014)
  • create sourcemaps for easier debugging (#996)

v4.1.1

21 Feb 17:43
Compare
Choose a tag to compare

Fixes

  • Revert "feat: run-android respects applicationId from build.gradle when running app " (#999)

v4.1.0

17 Feb 12:51
Compare
Choose a tag to compare

v3.2.0

17 Feb 12:55
Compare
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
Compare
Choose a tag to compare

v4.0.1

17 Feb 12:56
Compare
Choose a tag to compare

v3.1.4

17 Feb 12:56
Compare
Choose a tag to compare

Fixes

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

v3.1.3

14 Feb 09:45
Compare
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
Compare
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
Compare
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