react-native
react-native copied to clipboard
feat: upgrade `@react-native-community/cli` to `13.6.6`
Summary:
New CLI version contains a fix for the regression inside init command which caused not bumping Yarn version for new projects. https://github.com/react-native-community/cli/pull/2367
Changelog:
[GENERAL] [CHANGED] - Upgrade @react-native-community/cli to 13.6.6
Test Plan:
init command should bump Yarn to 3.6.4 when user has installed Yarn v1 globally installed.
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 17,836,946 | -1,641,585 |
| android | hermes | armeabi-v7a | n/a | -- |
| android | hermes | x86 | n/a | -- |
| android | hermes | x86_64 | n/a | -- |
| android | jsc | arm64-v8a | 21,195,193 | -1,655,844 |
| android | jsc | armeabi-v7a | n/a | -- |
| android | jsc | x86 | n/a | -- |
| android | jsc | x86_64 | n/a | -- |
Base commit: d77f80696037b9c87a576d9e1150829b7c867870 Branch: main