yarn react-native-image-picker 0.27.0

latest releases: 7.1.2, 7.1.1, 7.1.0...
6 years ago

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

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! 🎉

Don't miss a new react-native-image-picker release

NewReleases is sending notifications on new releases.