Releases: react-native-community/cli
Releases · react-native-community/cli
v4.1.0
v3.2.0
v4.0.2
v4.0.1
v3.1.4
v3.1.3
v3.1.0
Features
watchmode when runningreact-native start25a2c44- 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
doctorcommand 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
--directoryflag was used 9358054 - Drop
npxto improve stability of the CLI across different environments b4b0854 - Fix error while starting a React Native project on an
NTFSbased 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-androidcommand 19c5560
Note: This commit removes
--appIdand--appIdSuffixoptions fromrun-android. They are now loaded from thebuild.gradlefile. You should use--variantoption instead.
Features
- Update Metro to
0.58.05c1172a