Highlight
If you've defined project-wide properties (recommended) in your root build.gradle
, this library will detect the presence of the following properties:
buildscript {...}
allprojects {...}
/**
+ Project-wide Gradle configuration properties
*/
ext {
compileSdkVersion = 27
targetSdkVersion = 27
buildToolsVersion = "27.0.3"
}
New features and enhancements
- Various corrections in the docs (acbd302, 5e2b54e, ab60113, 46b3c6b, 54202c3, 3293e34, 943a690, and ac0c31a by @danmaas, @jkappers, @MewX, @joshuapinter, @webtaculars, @jkdf2, @h2oiswater, and @charpeni)
- Check for presence of project-wide gradle configuration properties (8187eaf by @charpeni)
- Modernize
index.js
(32961d4 by @charpeni) - Use
filestorage.path
on Android (7b9ff64 by @nathan-K-) - Add declaration for default export in flow types (abcd829 by @benjaminreid)
See Install doc for further information.
Bug fixes
- Fix runtime crash on Android 7 (78bf08c by @sattinos)
- Fix wrong image orientation when saved to the camera roll (97ea8fa by @paweljaneczek)
- Fix Xcode value conversion warnings (cc216e8 by @ajfigueroa)
- Fix Android to bypass GIF image compression (7fc3e3b by @teyou)
- Update
ImagePickerModule.java
to fix multiple tap on upload image button (6d24702 by @hkxicor) - Set this.callback before permissionsCheck (e6c64ea by @jcurtis)
- Fix missing callback on Android on opening directly the camera or the image library (6a83fe4 by @jiang385)
Thanks to everyone involved in this release! 🎉