Explorar el Código

add close tag

nd-02110114 hace 6 años
padre
commit
684f6df283
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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
 ```