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