react-native-fix-image icon indicating copy to clipboard operation
react-native-fix-image copied to clipboard

Image not rendering after reinstalling node-modules

Open bhavishya2107 opened this issue 4 years ago • 1 comments

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?

bhavishya2107 avatar Sep 30 '20 15:09 bhavishya2107

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

diegofsza avatar Oct 01 '20 18:10 diegofsza