diff --git a/README.md b/README.md index 1116f49..3020f0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Photo-Viewer +# React Native Photo Viewer > A photo viewer for react native build on top of [NYTPhotoViewer](https://github.com/NYTimes/NYTPhotoViewer) and [FrescoImageViewer](https://github.com/stfalcon-studio/FrescoImageViewer) @@ -10,9 +10,11 @@ - Support for multiple images - Interactive flick to dismiss - Animated zooming presentation +- Support remote image and local image or images from Camera Roll - And more... + ## TOC - [Photo-Viewer](#photo-viewer) - [TOC](#toc) @@ -223,6 +225,10 @@ const photos = [ ``` For complete documentation please see https://merryjs.github.io/photo-viewer/interfaces/merryphotoviewporps.html +## Known issues + +- IOS not support gif well when using imageLoader Please see https://github.com/facebook/react-native/issues/15427 any help are welcome. at this moment gif image on ios platform are only display the first frame and no animation. + ## LICENSE ``` diff --git a/assets/20170728-110148@2x.png b/assets/20170728-110148@2x.png index bb1fd5e..4ff4a7c 100644 Binary files a/assets/20170728-110148@2x.png and b/assets/20170728-110148@2x.png differ