## $moduleName$

### 一、简介

链尚网React-Native 组件库组件：$name$


### 二、安装

    npm install $moduleName$ --save

    或者使用我们的组件库: 

    npm install sherlock-mind --save

     
### 三、用例
    
```js

    import $name$ from '$moduleName$';
    //或者
    import {$name$} from 'sherlock-mind';

```


### 四、开源许可
基于 [MIT License](http://zh.wikipedia.org/wiki/MIT_License) 开源，使用代码只需说明来源，或者引用 [license.txt](https://github.com/sofish/typo.css/blob/master/license.txt) 即可。