imhuy / react-native-fix-image

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

Image not rendering after reinstalling node-modules #1

Open bhavishya2107 opened 4 years ago

bhavishya2107 commented 4 years ago

I have used this package to render images in the iOS 14 and rn 0.63 version of the app, it worked when I am running the command npx react-native-fix-image but it does not work when I re-install all the node-modules using yarn.

Is there any workaround to this?

diegofsza commented 4 years ago

I think you could just add npx react-native-fix-image to your postinstall script in package.json