Skip to content

Commit

Permalink
docs: added missing ImageGallery import on Custom Gallery example
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas committed Nov 23, 2021
1 parent a75f21c commit 7f25b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ For more info check [example](https://github.com/georstat/react-native-image-gal
This example uses [georstat/react-native-image-cache](https://github.com/georstat/react-native-image-cache) for image caching

```tsx
import { ImageGallery } from '@georstat/react-native-image-gallery';
import { CacheManager, CachedImage } from '@georstat/react-native-image-cache';
import { Dirs } from 'react-native-file-access';

Expand Down

0 comments on commit 7f25b2d

Please sign in to comment.