# react-native-truecaller-wrapper

## Getting started

`$ npm install react-native-truecaller-wrapper --save`

### Mostly automatic installation

`$ react-native link react-native-truecaller-wrapper`

## Usage
```javascript
import TruecallerWrapper from 'react-native-truecaller-wrapper';

// TODO: What to do with the module?
TruecallerWrapper.authenticate();
```
