Skip to content

Commit c23fd0a

Browse files
committed
bump version / upgrade PictureSelector new version(fix preview android)
1 parent 32473c9 commit c23fd0a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,22 @@ Get an Array value only. If you want React Native Multiple Image Picker to re-se
121121

122122
| Property | Type | Platform | Description |
123123
| -------------------------------- | :----------: | :--------: | :--------------------------------------- |
124-
| path | string | Both | Selected images's path |
125-
| filename | string | Both | Selected images's filename |
126-
| localIdentifier | string | Both | Selected images's local identifier |
127-
| width | number | Both | Selected image width |
128-
| height | number | Both | Selected image height |
129-
| mime | string | Both | Selected image MIME type (image/jpeg, image/png, video/mp4 etc...) |
124+
| path | string | Both | Selected media's path |
125+
| filename | string | Both | Selected media's filename |
126+
| localIdentifier | string | Both | Selected media's local identifier |
127+
| width | number | Both | Selected photo/video width |
128+
| height | number | Both | Selected photo/video height |
129+
| mime | string | Both | Selected photo/video MIME type (image/jpeg, image/png, video/mp4 etc...) |
130130
| type | string | Both | Selected image type (image or video) |
131+
| size | number | Both | Selected photo/video size in bytes |
132+
131133
| thumbnail | string | Both | Appears only in video format and you must have set isExportThumbnail = true. See [options](#Options) |
132134
| creationDate | string | iOS | UNIX timestamp when image was created |
133135

134136
## To Do
135-
- [ ] (Bug) Preview (Android)
136137
- [ ] (Bug) Record Video (iOS)
137138
- [ ] Video Compression
138-
- [ ] Hmmm...
139+
- [ ] iCloud...
139140

140141
## Performance
141142

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
3-
"version": "0.2.10",
3+
"version": "0.3",
44
"description": "react-native-multiple-image-picker enables application to pick images and videos from multiple smart album in iOS/Android, similar to the current facebook app.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)