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
+4 -1
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