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