Add a rnpm using section to README.md

This commit is contained in:
Alexey 2015-12-09 22:14:47 +01:00
parent 2dbe2ca150
commit d678facb6d

View File

@ -7,6 +7,12 @@ Version 1.3.0 supports react-native >= 0.16.0
## Add it to your project
You can use [`rnpm`](https://github.com/rnpm/rnpm) to add native dependencies automatically:
`$ rnpm link`
or do it manually as described below:
### iOS
1. Run `npm install react-native-linear-gradient --save`