* Add support for all types of smart albums (selfies, time lapses, screenshots, etc.)
* readme - add list of supported smart albums
* fix readme layout
* added creationDate and modificationDate to response object
added modificationDate to Android response
* Update Compression.m (#529)
Addition of passthrough preset option
Update README to include dates in response
* Add option to set the cropper toolbar title
I needed to change the toolbar title but didn't know any other way so I thought about adding this functionality. Currently, as my knowledge is limited to java, this is currently only available for Android.
Example usage:
```
ImagePicker.openCropper({
path: 'image.png',
width: 800,
height: 800,
cropperToolbarTitle: 'Please, crop your photo',
})
```
If no title is provided, the default one from the library will be used.
* Update docs
* Added .github/ISSUE_TEMPLATE.md (optional)
* Added CONTRIBUTING.md (optional)
* Added backers and sponsors on the README
* Added call to donate after npm install (optional)
Added additional example to the code snippets provided, showing how to select videos with the ImagePicker.
Also documented the behaviour whereby having the prop 'cropping' set to true results in no videos being shown on Android. I have stated that this issue is known to have happened, rather than stating that it happens all the time, due to the relative poor test coverage across the broad spectrum of Android devices available.
* Added a conditional include
Added a conditional include to handle compile if installed using podspec
* Podspec
Using https://github.com/ivpusic/react-native-image-crop-picker/pull/372 as reference added a podspec.
* Update README.md
Add steps to install using Cocoapods
* Update README.md
Add installation step using cocoapods
* Update README.md
- Default colors for the cropper are less aggressive (not UCrop's orange)
- If cropperTintColor is passed in, this overrides status bar, toolbard, and widget UX items.