Does react native support base 64 encoded images?
I tried:
Yes it is supporting.
Try below It is tested in iOS and below version "react": "16.9.0", "react-native": "0.61.2",
const base64Image = '...';
If still not working. check type of image i.e. jpeg, png etc.
Hope this help :)