Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 105536d

Browse files
committed
releasing 0.2.0
1 parent b18cf64 commit 105536d

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
It has iOS only support currently but android support will be implemented very soon.
5+
The component has both iOS and Android support.
66

77
![](screenshots/photo-browser.gif)
88

@@ -57,24 +57,20 @@ I tried delivering sharing photo feature but it was complicated to provide for i
5757

5858
### Examples
5959

60-
See [index.ios.js](Example/index.ios.js) file.
60+
See [PhotoBrowserExample.js](Example/PhotoBrowserExample.js) file.
6161

6262
Follow those steps to run the example:
6363

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.
7167

7268
### Roadmap
73-
* [ ] Improve performance for bigger collections
74-
* [ ] Android support
75-
* [ ] Photo zoom
76-
* [ ] Video support
77-
* [ ] Zooming photos to fill the screen
69+
- [x] Android support
70+
- [ ] Improve performance for bigger collections
71+
- [ ] Video support
72+
- [ ] Photo zoom
73+
- [ ] Zooming photos to fill the screen
7874

7975
### Licence
8076
[MIT](http://opensource.org/licenses/mit-license.html)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-photo-browser",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Local and remote photo browser with captions, selections and grid view support for react native.",
55
"license": "MIT",
66
"keywords": [
@@ -9,7 +9,9 @@
99
"react-native",
1010
"photo browser",
1111
"image gallery",
12-
"ios"
12+
"media gallery",
13+
"ios",
14+
"android"
1315
],
1416
"main": "lib/index.js",
1517
"scripts": {},

0 commit comments

Comments
 (0)