add pod 'React' to notifiy changed paht
This commit is contained in:
parent
1822cd9ece
commit
447bcba532
|
@ -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