Update README.md (#69)

Remove the semicolon at the end of the sample code
This commit is contained in:
jzyds
2020-09-17 15:21:58 +03:00
committed by GitHub
parent d402b7caa5
commit 01953ef6ff
+1 -1
View File
@@ -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)