nd-02110114 7 anni fa
parent
commit
684f6df283
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README.md

+ 1
- 1
README.md Vedi File

@@ -644,7 +644,7 @@ RNFetchBlob.fs.readStream(
644 644
       console.log('oops', err)
645 645
     })
646 646
     ifstream.onEnd(() => {  
647
-      <Image source={{ uri : 'data:image/png,base64' + data }}
647
+      <Image source={{ uri : 'data:image/png,base64' + data }}/>
648 648
     })
649 649
 })
650 650
 ```