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
When using an Image URI that redirects to another one, the image is not rendered.
// does not work:<Imagesource={{uri: 'https://twitter.com/brunolemos/profile_image?size=original',width: 100,height: 100}}/>;// works fine:<Imagesource={{uri: 'https://pbs.twimg.com/profile_images/1029249022903676928/GgKLxkT4.jpg',width: 100,height: 100}}/>;
The problem
When using an Image URI that redirects to another one, the image is not rendered.
How to reproduce
Expected behavior
HTTP redirect should also work on web since it works on mobile
Environment (include versions). Did this work in previous versions?
Screenshots
The text was updated successfully, but these errors were encountered: