bump version
This commit is contained in:
parent
c03895ca8e
commit
ed5eb058cc
|
@ -1,5 +1,5 @@
|
|||
# react-native-image-crop-picker
|
||||
iOS/Android image picker with support for camera, video compression, multiple images and cropping
|
||||
iOS/Android image picker with support for camera, configurable compression, multiple images and cropping
|
||||
|
||||
## Result
|
||||
|
||||
|
|
|
@ -48,9 +48,8 @@ RCT_EXPORT_MODULE();
|
|||
@"width": @200,
|
||||
@"height": @200,
|
||||
@"useFrontCamera": @NO,
|
||||
@"compressQuality": @0.8,
|
||||
@"compressMaxWidth": @0,
|
||||
@"compressMaxHeight": @0,
|
||||
@"compressImageQuality": @1,
|
||||
@"compressVideoPreset": @"MediumQuality",
|
||||
};
|
||||
self.compression = [[Compression alloc] init];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-image-crop-picker",
|
||||
"version": "0.10.9",
|
||||
"version": "0.11.0",
|
||||
"description": "Select single or multiple images, with croping option",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue