get-react-native-stable-version
Retrieve the latest stable React Native version from GitHub releases to ensure compatibility and guide upgrade planning. Use this version for production-ready applications and as input for further upgrade tools.
Instructions
Gets the latest stable version of React Native from GitHub releases.
This version represents the most recent production-ready release that has been thoroughly tested and is recommended for use in applications.
The version number follows semantic versioning (e.g. 0.72.0) and excludes any release candidates or beta versions.
This tool is commonly used before planning an upgrade to ensure targeting the latest stable release and must be called before calling get-react-native-diff tool.
The output of this tool will be used as the toVersion parameter in the get-react-native-diff tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |