imhuy / react-native-fix-image

A library to help you fix image ios14
104 stars 8 forks source link

It works on RN 0.62.2, but doesn't work on RN 0.61.5 #2

Open boria-good opened 4 years ago

boria-good commented 4 years ago

It works on RN 0.62.2, but doesn't work on RN 0.61.5. Can you advise something? Many thanks

boria-good commented 4 years ago

I solved the problem by placing this string in a Podfile: pod 'SDWebImage', '~> 5.9'