# react-native-react-native-reference-library-view

## Getting started

`$ npm install react-native-react-native-reference-library-view --save`

### Mostly automatic installation

`$ react-native link react-native-react-native-reference-library-view`

## Usage
```javascript
import ReactNativeReferenceLibraryView from 'react-native-react-native-reference-library-view';

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