Releases: react-native-community/cli
Releases · react-native-community/cli
v4.8.0
v4.7.0
v4.6.0
Features:
- Doctor: JDK check with an auto fix on Windows machines (6c72d03)
Fixes:
- Fix security vulnerability by updating
minimist
to1.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:
- Dedupe
node_modules
(1bdcf85)
v4.5.1
v4.5.0
v4.4.0
Features
- do not import BuildConfig/R, but use FQDN reference (#871)
- run
pod repo update
whenpod 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)