React Native IOS base64 encoded images not showing
I have a react native app that needs to show images of products if they exist. I store the base64 encoded image on a local SQLite as a blob and render them as follows: <Image source={{uri: "data:image/png;base64," + imgsource}} style={{height:…