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