Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16959

Using base64 image strings for an app in React Native crashes

$
0
0

I am using base64 strings as image sources. when i open my app crashes immediately when loading any image with font. and at the same time the application closes me. this happens only on IOS on Android everything works fine.

I am using react-native version: "0.62.2"

For example:

<ImageBackground source={{"uri": 'base64encodedstring'}} />

Viewing all articles
Browse latest Browse all 16959

Trending Articles