react-native-fix-image
react-native-fix-image copied to clipboard
Image not rendering after reinstalling node-modules
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?
I think you could just add npx react-native-fix-image
to your postinstall script in package.json