react-native-contacts-listener

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeContactsListener from 'https://cdn.skypack.dev/react-native-contacts-listener';
</script>

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;