Open hamdij0maa opened 1 day ago
Hey @hamdij0maa,
Thanks for opening the issue, it looks like both @d11/react-native-fast-image
and bottom tabs depend on the same native library.
It looks like RNFastImage requires an older version of the library to work, probably would be best to bump the version in RNFastImage and allow for a wider range (this library allows for >= 5.19.1
not a single version ~> 5.18.7
).
I think react-native-fast-image should update the version range (as it's so explicit it allows for only one version), can you open an issue in their repository?
Before submitting a new issue
Bug summary
[!] CocoaPods could not find compatible versions for pod "SDWebImage": In Podfile: RNFastImage (from
../node_modules/@d11/react-native-fast-image
) was resolved to 8.8.1, which depends on SDWebImage (~> 5.18.7)Library version
0.6.0
Environment info
Steps to reproduce
Install the lib with react-native-fast-image installed
Reproducible sample code