1. React
  2. React Native EU
  3. 2017
  4. Scaffolding plugins for React Native

Scaffolding plugins for React Native

Johannes Stein at React Native EU 2017

Every now and again we need to integrate native code into our React Native app. First we create the iOS glue, the Android one and this repeats over and over again for every plugin. Wouldn’t it be great if there was something like react-native init ... for native plugins? I created react-native-create-library a while back and would like to present how it works, what it does and hope for some feedback to improve this CLI app.