add pod 'React' to notifiy changed paht

This commit is contained in:
kyungkoo 2016-11-08 20:42:28 +09:00
parent 1822cd9ece
commit 447bcba532
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