/Broken-RNImage-with-data-uri

Example Project demonstrating broken react-native image component when data uri is gif

Primary LanguageJavaScript

Image Date URI breaking

Demo of breaking data image uri

<Image
    source={{uri: 'data:image/gif;base64,R0lGODdhZABkA...'}}
    style={{backgroundColor: 'grey', width: 100, height: 100}}
/>

Broken Img Mov