react-native-shared
Getting started
$ npm install react-native-shared --save
Mostly automatic installation
$ react-native link react-native-shared
Usage
import ReactNativeShared from 'react-native-shared';
// TODO: What to do with the module?
ReactNativeShared;