Update README.md

This commit is contained in:
Ivan Pusic 2016-06-21 00:38:51 +02:00 committed by GitHub
parent 579707e157
commit 161e78fcac
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,16 @@ ImagePicker.openPicker({
});
```
#### Response Object
| Property | Type | Description |
| ------------- |:-------------:| :-----|
| path | string | Selected image location |
| width | number | Selected image width |
| height | number | Selected image height |
| mime | string | Selected image MIME type (image/jpeg, image/png) |
| size | number | Selected image size in bytes |
## Install
`npm install react-native-image-crop-picker --save`