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
does anyone know whether native base supports rendering image from string base64 ?
When I try to do this I get following error: unknown image format.
Rendering image works for me when I use Image from 'react-native';
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
does anyone know whether native base supports rendering image from string base64 ?
When I try to do this I get following error: unknown image format.
Rendering image works for me when I use Image from 'react-native';
code sample:
<Image position="absolute" left={0} right={0} bottom={0} w="full" h="300px" resizeMode="cover" source={{ uri:
data:image/JPG;base64,${image}}} alt="test" />
Beta Was this translation helpful? Give feedback.
All reactions