v19.0.0
Added 2
- Add `--only-pods` option to `run/build-ios` commands
- Generate codegen before `pod install`
Fixed 3
- Update link to set-up-your-environment emitted by the CLI
- Remove hardcoded appName when finding build.gradle
- Remove cocoapods log from `init` command
Removed 1
- Delete rawBody handling on /symbolicate endpoint
Deprecated 1
- Deprecate `.android.componentDescriptors`
Changes
- breaking: Delete rawBody handling on /symbolicate endpoint @huntie (#2637)
- fix: Update link to set-up-your-environment emitted by the CLI @cortinico (#2650)
- chore: specify
packageManagerinpackage.json@wojtekmaj (#2638)
🚀 Features
- feat: add
--only-podsoption torun/build-ioscommands @szymonrybczak (#2624) - feat(0.79): generate codegen before
pod install@szymonrybczak (#2600)
🐛 Bug Fixes
- fix(android): hardcoded appName when finding build.gradle @thymikee (#2652)
- fix: remove cocoapods log from
initcommand @szymonrybczak (#2609)
🧰 Maintenance
- Update dependencies.md to mention deprecation of
.android.componentDescriptors@cortinico (#2643) - feat: add
--only-podsoption torun/build-ioscommands @szymonrybczak (#2624) - docs: update compatibility table @thymikee (#2622)
Full Changelog: https://github.com/react-native-community/cli/compare/v17.0.0...v19.0.0