Merge pull request #46 from Kureev/patch-1

Add a rnpm using section to README.md
This commit is contained in:
Brent Vatne 2015-12-11 18:55:15 -08:00
commit 50ea255fb4
1 changed files with 6 additions and 0 deletions

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`