Merge pull request #121 from kyungkoo/master
add pod 'React' to notify changed path.
This commit is contained in:
commit
c719101c49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue