1. React
  2. React Day Berlin
  3. 2018
  4. Designing React Native Modules For Every Platform

Designing React Native Modules For Every Platform

Vincent Riemer at React Day Berlin 2018

React Native took the world by storm with its decoupled approach to connecting Native and JavaScript code, but most code written for it is designed to assume the existence of only two platforms: iOS and Android. In this talk, we'll do a deep dive into how React Native and Metro goes about resolving platform specific code, common patterns for separating platform-specific code, and look at those same patterns from the perspective of a platform developer to see how we can make them more resilient to new & upcoming platforms.