Microsoft is Retiring App Center: What React Native Developers Should Use Instead
Article Summary
Jamon Holmgren from Infinite Red breaks down Microsoft's App Center shutdown and maps out the migration path React Native developers need to take before March 2025.
Microsoft is pulling the plug on Visual Studio App Center after years of providing free build, distribution, and CodePush services to React Native developers. Infinite Red's CTO shares battle-tested alternatives based on their consulting experience, recommending a modern stack that's actually sustainable.
Key Takeaways
- EAS Build replaces App Center's cloud builds for both Expo and bare React Native projects
- EAS Update provides OTA updates similar to CodePush with better React Native integration
- Sentry offers superior error monitoring with session replay coming to React Native
- GitHub Actions costs 8-10x more for iOS builds versus Android on Linux containers
- Both EAS and Sentry offer self-hosting options if free tiers become limiting
The recommended migration stack is EAS for builds and OTA updates, GitHub Actions or CircleCI for CI/CD, and Sentry for crash reporting and performance monitoring.
About This Article
React Native developers used App Center's free services for years, relying on it for builds, testing, distribution, and CodePush. Microsoft shut it down on March 31, 2025 because the free model wasn't sustainable.
Infinite Red suggests switching to separate tools instead. Use EAS Build for cloud builds, GitHub Actions or CircleCI for CI/CD testing, and Sentry for error tracking. You can also self-host with local EAS builds and Docker-based Sentry if you prefer.
These alternatives have paid tiers and business models built to last. That means you're less likely to face another shutdown like what happened with App Center's free tier.