Browse Source

add close tag

nd-02110114 7 years ago
parent
commit
684f6df283
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View 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
 ```