1. React
  2. React Native EU
  3. 2017
  4. Building native modules for React Native

Building native modules for React Native

Florian Rival at React Native EU 2017

A great strength of React Native is how easily we can interface our app with native code. While working with React Native, I created a module (react-native-image-resizer) to resize local images using native APIs, integrated a native SDK to a React Native app and we added React Native to an existing native app. Let's see how to do this and how it's working internally!