From 01953ef6fff89c3e79a2a3b82a66558dd3bbc4da Mon Sep 17 00:00:00 2001 From: jzyds Date: Thu, 17 Sep 2020 20:21:58 +0800 Subject: [PATCH] Update README.md (#69) Remove the semicolon at the end of the sample code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1a8b4..fc18f5d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ const [visible, setIsVisible] = useState(false); imageIndex={0} visible={visible} onRequestClose={() => setIsVisible(false)} -/>; +/> ``` #### [See Example](https://github.com/jobtoday/react-native-image-viewing/blob/master/example/App.tsx#L62-L80)