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
<CachedImage
source={{uri: `https://${address}/House Clean.jpg`}} // doesn't work, when "Drinks.jpg" it works
style={{width:190,height:130}}
resizeMode={"cover"}
/>
When the image name contains spaces, the image won't show on IOS. It's working fine in Android.
This is not a styling issue, I'm certain of it, and also when using default Image component it works fine.
Any Idea why it happens?
The text was updated successfully, but these errors were encountered:
Whenever using URLs, you should consider using encodeURIComponent() function. This issue happens with native iOS code also. So there is no better solution than using encodeURIComponent
Sample code,
When the image name contains spaces, the image won't show on IOS. It's working fine in Android.
This is not a styling issue, I'm certain of it, and also when using default Image component it works fine.
Any Idea why it happens?
The text was updated successfully, but these errors were encountered: