A powerful tool to help React Native developers safely upgrade their dependencies with automatic compatibility checking.
- 📋 Paste or Upload your package.json
- 🔍 Automatic Analysis of all dependencies
- ✅ Compatibility Checking against target React Native version
- 🎯 Version Recommendations based on peer dependencies
- 📊 Visual Diff showing all changes
- 📥 Download updated package.json
- 🌙 Dark Mode support
- Upload your current
package.json - Select your current and target React Native versions
- Click "Analyze Dependencies"
- Review recommended version updates
- Download your updated
package.json
- Next.js 14 - React framework with App Router
- TypeScript - Type safety
- Tailwind CSS - Styling
- npm Registry API - Package information
- Lucide React - Icons
# Clone the repository
git clone https://github.com/heymeowcat/rn-safe-upgrade.git
cd rn-safe-upgrade
# Install dependencies
npm install
# Run development server
npm run dev
# Open http://localhost:3000# Build for production
npm run build
# Deploy to GitHub Pages
npm run deployContributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project for any purpose.
- Inspired by React Native Upgrade Helper