# react-native-openvpn

## Getting started

`$ npm install react-native-openvpn --save`

### Mostly automatic installation

`$ react-native link react-native-openvpn`

## Usage
```javascript
import Openvpn from 'react-native-openvpn';

// TODO: What to do with the module?
Openvpn;
```
