Get React Native Upgrade Information
get_upgrade_infoRetrieve React Native upgrade information and file diffs between two versions. Provide source and target versions to identify required changes for a smoother upgrade.
Instructions
Extract React Native upgrade information between two versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toVersion | Yes | Target React Native version (e.g., "0.74.0") | |
| fromVersion | Yes | Source React Native version (e.g., "0.70.14") | |
| packageName | No | Package name for the project | com.example.app |
| projectName | No | Project name | ExampleApp |