React Native Image加载base64照片
let baseImg='data:image/png;base64,图片base64编码';
<Image source={{uri:baseImg}} style={{width:50,height:50}}>
let baseImg='data:image/png;base64,图片base64编码';
<Image source={{uri:baseImg}} style={{width:50,height:50}}>