# react-native-rn-wechat-module

## Getting started

`$ npm install react-native-rn-wechat-module --save`

### Mostly automatic installation

`$ react-native link react-native-rn-wechat-module`

## Usage
```javascript
import RnWechatModule from 'react-native-rn-wechat-module';

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