Generate detailed upgrade instructions by comparing React Native versions to identify required dependency, configuration, and native code changes.
127,482 tools. Last updated 2026-05-05 17:48
"Knative" matching MCP tools:
- Retrieve the current production-ready React Native version for upgrade planning. Provides the stable release number to use with migration tools.
- Retrieve the current stable React Native version for planning upgrades and ensuring compatibility with production applications.MIT
- Retrieve React Native release candidate versions from GitHub to evaluate upcoming changes and plan upgrades before production deployment.
- Generate a detailed upgrade diff between React Native versions to identify required changes in dependencies, native configurations, project files, and troubleshooting steps.MIT
- Specify the target React Native version for upgrading your project, enabling preview of changes before migration.
Matching MCP Servers
- AlicenseAqualityCmaintenanceStreamlines React Native CLI project upgrades by providing automated tools to generate detailed diffs and migration guidance between any React Native versions. Uses rn-diff-purge to help developers seamlessly upgrade or downgrade their projects with step-by-step instructions.Last updated41520
- FlicenseAqualityCmaintenanceEnables debugging and automation of native Electron applications on macOS through DOM inspection, UI automation, global hotkeys, and Chrome DevTools Protocol integration.Last updated23
Matching MCP Connectors
PreClick scans links for threats and confirms intent match with high accuracy before agents click.
PreClick scans links for threats and confirms intent match with high accuracy before agents click.
- Fetch and monitor console logs from a connected React Native app via WebSocket debugger to streamline debugging and issue tracking.MIT
- Retrieve the native cryptocurrency balance for any blockchain address using MetaMask's secure wallet integration.MIT
- Retrieve connected apps in a React Native project by specifying the Metro server port. Simplify debugging with actionable insights into active app connections.MIT
- Retrieve API and data fetching patterns for React Native Expo projects, including Axios client setup, service organization, and TanStack Query hooks. Use topic parameter to access specific sections like query keys or mutation hooks.
- Reset the Chrome DevTools Protocol connection to resolve timeouts or connectivity errors in Electron applications.
- Retrieve React Native Expo project structure guidelines to determine correct file placement for screens, components, hooks, and other assets with naming conventions and import aliases.
- Create a new Expo Router project with TypeScript, NativeWind, Zustand, Axios, TanStack Query, environment variables, EAS Build, OTA Updates, and CI/CD setup.
- Execute JavaScript in Electron app renderer processes to automate UI interactions, manipulate DOM elements, and retrieve data through Chrome DevTools Protocol integration.
- Learn screen architecture patterns for React Native Expo projects to separate logic from UI, improving testability and following SOLID principles. Use when creating new screens or routes.
- Access TypeScript patterns for React Native development, including strict mode configuration, API response typing, route parameters, and reusable hooks. Use topic parameter to target specific sections.
- Optimize React Native Expo app performance by implementing patterns for lists, images, bundle size, animations, and concurrent rendering.
- Retrieve Expo Router navigation patterns for implementing routes, navigation, deep links, and auth guards in React Native projects.
- Debug memory leaks and optimize performance in React Native Expo apps by identifying common issues like useEffect cleanup, event listeners, timers, and closure leaks.
- Create starter files for new React Native Expo Router projects with navigation layouts, Zustand store, API client, NativeWind config, TypeScript setup, and sample screens.