migrate_packages
Migrate deprecated packages in React Native projects to their recommended alternatives. Supports automatic migration for specified or all packages.
Instructions
Migrate deprecated packages to their recommended alternatives
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to React Native project root | |
| package_manager | No | Package manager to use | |
| auto_migrate | No | Whether to automatically perform migrations | |
| target_packages | No | Specific packages to migrate (if not provided, checks all) |