billmalarky / react-native-image-cache-hoc

React Native Higher Order Component that adds advanced caching functionality to the react native Image component.
MIT License
287 stars 53 forks source link

react-native link rn-fetch-blob throws error #39

Open ShaharyarMaroof opened 5 years ago

ShaharyarMaroof commented 5 years ago

image

@billmalarky shouldn't the lib install the peer dependency automatically?

ShaharyarMaroof commented 5 years ago

I fixed the issue by adding the following line pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob' to the ios/Podfile and running pod install.

https://github.com/joltup/rn-fetch-blob/issues/422#issuecomment-522179161