Releases: react-native-community/cli
Releases · react-native-community/cli
v4.2.0
v4.1.1
v4.1.0
v3.2.0
v4.0.2
v4.0.1
v3.1.4
v3.1.3
v3.1.0
Features
watch
mode when runningreact-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
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 fromrun-android
. They are now loaded from thebuild.gradle
file. You should use--variant
option instead.
Features
- Update Metro to
0.58.0
5c1172a