Skip to content

Commit bc2f339

Browse files
committed
feat: update readme
1 parent 14e8b0e commit bc2f339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn add react-native-lightbox-v2
1919
```js
2020
import Lightbox from 'react-native-lightbox-v2';
2121

22-
const LightboxView ({ navigator }) => (
22+
const LightboxView = ({ navigator }) => (
2323
<Lightbox navigator={navigator}>
2424
<Image
2525
style={{ height: 300 }}

0 commit comments

Comments
 (0)