Open bhavishya2107 opened 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.
npx react-native-fix-image
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
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 usingyarn
.Is there any workaround to this?