resolve_dependencies
Analyze and resolve dependency conflicts in React Native projects using your preferred package manager. Optionally fix conflicts automatically or generate resolution suggestions.
Instructions
Analyze and resolve dependency conflicts in React Native projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to React Native project root | |
| package_manager | No | Package manager to use | |
| fix_conflicts | No | Whether to automatically attempt to fix conflicts | |
| generate_resolutions | No | Whether to generate resolution suggestions |