Merge pull request #121 from kyungkoo/master

add pod 'React' to notify changed path.
This commit is contained in:
Dmitry Gladkov 2016-11-08 15:57:39 +02:00 committed by GitHub
commit c719101c49
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ Then either:
#####Cocoapods
add the following line to your Podfile:
`pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient'`
```sh
pod 'React', :path => '../node_modules/react-native'
pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient'
```
or:
#####Manually