imhuy / react-native-fix-image

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

RN 0.59.0 ,react-native-fix-image not works #4

Closed PhoenixLeeSin closed 4 years ago

PhoenixLeeSin commented 4 years ago

in RN 0.59.0, react-native-fix-image not works. it can not find RCTUIImageViewAnimated.m; any solutions??

imhuy commented 4 years ago

@PhoenixLeeSin pod update SDWebImage or you can remove Podfile.lock and run pod install --repo-update

PhoenixLeeSin commented 4 years ago

@huylvdev it work well now with do nothing.... thanks a lot