You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had an issue where the image wasn't updating. I looked into the code and concluded that this was due to the image proportions being the same values, so the image wasn't rerendering though it was a different image source, so it should've changed.
I suggest the following change;
(Adding props.source to the dependency's)
Thank you @tychocodifly -> This can be fixed with patch-package, create a file named "react-native-scalable-image+1.1.0.patch" in a "patches" folder, and setup as defined here : https://www.npmjs.com/package/patch-package
Had an issue where the image wasn't updating. I looked into the code and concluded that this was due to the image proportions being the same values, so the image wasn't rerendering though it was a different image source, so it should've changed.
I suggest the following change;
(Adding props.source to the dependency's)
The text was updated successfully, but these errors were encountered: