1. React
  2. React Advanced
  3. 2019
  4. Build your own Native Module

Build your own Native Module

Patrick Loureiro at React Advanced 2019

Sometimes an app needs to access a platform API and React Native doesn’t have a corresponding module yet. Maybe you want to reuse some existing Objective-C, Swift or C++ code without having to reimplement it in JavaScript, or write some high performance, multi-threaded code such as for image processing, a database, or any number of advanced extensions. In this talk you will learn how to do that and see a real-world example.