React Native Jul 3, 2019

React Native Version 0.60 Release

Article Summary

React Native 0.60 just dropped with changes so significant, they're calling it a migration milestone. If you're still manually linking native modules, this changes everything.

The React Native Core team released version 0.60 after months of work from hundreds of contributors. This release introduces major platform migrations for both Android and iOS, fundamentally changing how developers integrate native dependencies and manage their projects.

Key Takeaways

Critical Insight

React Native 0.60 automates native module linking and migrates to AndroidX and CocoaPods by default, requiring breaking changes across your entire dependency chain.

The jetifier tool offers a clever workaround for the AndroidX migration pain, but there's a catch library maintainers need to know about.

Recent from React Native

Related Articles