React Native Shared Module
npm install react-native-shared$ npm install react-native-shared --save
$ react-native link react-native-shared
javascript
import ReactNativeShared from 'react-native-shared';
// TODO: What to do with the module?
ReactNativeShared;
``