# react-native-vishwam-dkyc-lib-react

## Getting started

`$ npm install react-native-vishwam-dkyc-lib --save`

### Mostly automatic installation

`$ react-native link react-native-vishwam-dkyc-lib`

### Manual installation


#### Android

1. Open up `android/app/src/main/java/[...]/MainApplication.java`
  - Add `import com.reactlibrary.VishwamDkycLibReactPackage;` to the imports at the top of the file
  - Add `new VishwamDkycLibReactPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
  	```
  	include ':react-native-vishwam-dkyc-lib'
  	project(':react-native-vishwam-dkyc-lib').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-vishwam-dkyc-lib/android')
  	```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
  	```
      compile project(':react-native-vishwam-dkyc-lib')
  	```


## Usage
```javascript
import VishwamDkycLib from 'react-native-vishwam-dkyc-lib';

// TODO: What to do with the module?
VishwamDkycLibReact;
```
# Vishwam-dkyc-lib-react
