You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A full screen image gallery with captions, selections and grid view support for react-native. Layout and API design are inspired by great [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser) library.
4
4
5
-
It has iOS only support currently but android support will be implemented very soon.
5
+
The component has both iOS and Android support.
6
6
7
7

8
8
@@ -57,24 +57,20 @@ I tried delivering sharing photo feature but it was complicated to provide for i
57
57
58
58
### Examples
59
59
60
-
See [index.ios.js](Example/index.ios.js) file.
60
+
See [PhotoBrowserExample.js](Example/PhotoBrowserExample.js) file.
61
61
62
62
Follow those steps to run the example:
63
63
64
-
1. Clone the repo `git clone https://github.com/halilb/react-native-photo-browser && cd react-native-photo-browser/Example`
65
-
2. Install dependencies `npm install``
66
-
3. Open `PhotoBrowserExample.xcodeproj` file in Xcode and run
67
-
68
-
69
-
### Known issues
70
-
* The component doesn't perform well with big photo lists.
64
+
1. Clone the repo `git clone https://github.com/halilb/react-native-photo-browser && cd react-native-photo-browser/Example`
65
+
2. Install dependencies `npm install``
66
+
3. Follow [official instructions](https://facebook.github.io/react-native/docs/getting-started.html) to run the example project in a simulator or device.
0 commit comments