Tampilkan Basis Gambar64 di React Native

const encodedBase64 = 'R0lGODlhAQABAIAAAAAA...7';
<Image source={{uri: `data:image/gif;base64,${encodedBase64}`}} />
Xenophobic Xenomorph