mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 10:58:16 +00:00
Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker
This commit is contained in:
commit
a46ea45738
10
README.md
10
README.md
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user