Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbfcd committed Jul 14, 2021
1 parent 14e8b0e commit bc2f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn add react-native-lightbox-v2
```js
import Lightbox from 'react-native-lightbox-v2';

const LightboxView ({ navigator }) => (
const LightboxView = ({ navigator }) => (
<Lightbox navigator={navigator}>
<Image
style={{ height: 300 }}
Expand Down

0 comments on commit bc2f339

Please sign in to comment.