Skip to content

Releases: react-native-community/cli

v4.6.0

06 Apr 13:40

Choose a tag to compare

Features:

  • Doctor: JDK check with an auto fix on Windows machines (6c72d03)

Fixes:

  • Fix security vulnerability by updating minimist to 1.2.3 (7f71867)
  • Drop bash dependency from setup_env.sh (d4dbfe7)
  • Fix launching emulator on Windows machines (2d63746)
  • Fix opening terminal on Linux machines (e87b6b5)

Chore & Maintanance:

v4.5.1

01 Apr 17:04

Choose a tag to compare

Fixes

  • don't use --appIdSuffix to generate run task (#1087)
  • allow Hermes Debugger to connect from Flipper (#1086)

v4.5.0

30 Mar 12:41

Choose a tag to compare

Features

  • allow selection of iOS sim with --udid (#1068)
  • add CocoaPods to info command (#1075)

Fixes

  • android config returns incorrect paths (#1080)
  • yarn/npm init before install template (#1077)

v4.4.0

25 Mar 11:46

Choose a tag to compare

Features

  • do not import BuildConfig/R, but use FQDN reference (#871)
  • run pod repo update when pod install failed (#1061)
  • android: add appName to android project config; deprecate --root, --appFolder, --appId (#1029, #1053)
  • install python if missing on Windows (#1040)
  • support run-ios on Mac target (Catalyst) (#1024)

Fixes

  • custom root or calling Gradle outside of project directory (#1057)
  • fix bundling assets with a path outside of the project root (#939)
  • scoped packages with . produces incorrect package name (#1033)

Chore & Maintenance

  • remove >=0.60.0-rc.0 restriction for init (#1069)
  • remove unused --assetExts from server (#1051)
  • revert "fix: Metro Bundler crashing on run-android on Windows (#489)" (#1052)
  • remove REACT_NATIVE_APP_ROOT, use --watchFolders (#935)
  • remove haste and rnpm (#1043)
  • remove copyToClipboardMiddleware (#1045)
  • add deprecation messages for manual linking (#1037)
  • docs: remove legacy init from the readme (#1046)
  • remove assetsDest checking (#1064)

v4.3.0

10 Mar 14:45

Choose a tag to compare

Features

  • bail out when initializing new project to pre-existing directories (#1036)

Fixes

  • android: Incorrect mapping of svg files (#1042)

Chore & Maintenance

  • publish declaration files in npm package (#1044)
  • remove setting hasteImplModulePath in Metro config (#1041)

v4.2.4

10 Mar 14:44

Choose a tag to compare

Fixes

  • set correct react-native peer dependency (#1035)

v4.2.3

10 Mar 14:43

Choose a tag to compare

Fixes

  • pick correct TARGET_BUILD_DIR for run-ios (#1032)

Chore & Maintenance

  • Revert "chore: remove extraneous properties from the run-android doc"
  • chore: refactor envinfo (#1025)

v4.2.2

10 Mar 14:42

Choose a tag to compare

Fixes

  • don't log watch mode not supported to stdout (fixes Expo) (#1027)
  • avoid crashing if build.gradle is missing (#1022)
  • add missing dependencies (#1020)

Chore & Maintenance

  • update RN docs links to reactnative.dev (#1016)

v4.2.0

25 Feb 17:01

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

Choose a tag to compare

Fixes

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