Image component does not follow 301 redirects
Author: seblauCreated Jul 19, 2017Updated Apr 3, 2026
Labelsbug
The Image component from import { Image } from '@shoutem/ui' does not follow 301 redirects for picture urls.
I noticed the problem when trying to render images from the facebook graph api with the following url schema: https://graph.facebook.com/PAGE_ID/picture?type=square&width=400. When using the standard Image component from react-native it works.
Speaking of RN v0.39
Source: shoutem/ui