# react-native-my-fancy-library

## Getting started

`$ npm install react-native-my-fancy-library --save`

### Mostly automatic installation

`$ react-native link react-native-my-fancy-library`

## Usage
```javascript
import MyFancyLibrary from 'react-native-my-fancy-library';

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