Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 684f6df

Browse files
committed
add close tag
1 parent 51f8a19 commit 684f6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ RNFetchBlob.fs.readStream(
644644
console.log('oops', err)
645645
})
646646
ifstream.onEnd(() => {
647-
<Image source={{ uri : 'data:image/png,base64' + data }}
647+
<Image source={{ uri : 'data:image/png,base64' + data }}/>
648648
})
649649
})
650650
```

0 commit comments

Comments
 (0)