Skip to content

Releases: react-native-image-picker/react-native-image-picker

v2.2.0

22 Jan 07:27
Compare
Choose a tag to compare

Fix

  • [Android] Fix for bug causing null file type on android (#1274)

v2.1.0

21 Jan 04:41
Compare
Choose a tag to compare

Enhancements

  • [iOS] User is presented with permission request after callback has been executed (#1273)

v2.0.0

10 Jan 09:06
Compare
Choose a tag to compare

New features and enhancements

  • [BREAKING][iOS] Split permission requests for Camera & Gallery (#971)
  • [iOS] Use system default picker text color (#1262)

v1.1.0

30 Aug 12:50
Compare
Choose a tag to compare

New features and enhancements

  • [Android] Add support for multiple gallery apps (#1114)
  • [Android] Add support for 'mixed' mode (#1150)
  • [iOS] Add support for tintColor (#1131)
  • [iOS] Removed permission request when selecting a single image on iOS 11+ devices (#1159)
  • [iOS] Fix misconfiguration in podspec (#1161)

v1.0.1

09 Jul 09:12
11dcf31
Compare
Choose a tag to compare

Breaking changes

New features and enhancements

  • Replaced JavaScript with TypeScript
  • RNC/bob dynamically generates TypeScript definitions and Flow types.

v0.28.0

06 Jan 05:29
Compare
Choose a tag to compare

Breaking changes

  • Update gradle build config. This might break if you are using an older gradle version.

New features and enhancements

  • Set value for key "type" in picker response on iOS (#710)
  • Upgrade Android dependencies, added Google maven repository (#1000)
  • Replace deprecated 'compile' gradle configuration with 'implementation' (#1010)

Bug fixes

  • Fix potential null ptr exception in ImageConfig.withOriginalFile (#972)
  • Resolve memory leak in iOS image picker (#835)
  • Fix root path exception for older Android devices (#951)
  • Remove useless “stringValue” (#977)
  • Fix iOS build warning (#982)

0.27.2

11 Dec 17:06
Compare
Choose a tag to compare

Highlight

Fix an issue with Gradle #1002.

Could not find any matches for com.android.tools.build:gradle:2.2.+ as no versions of com.android.tools.build:gradle are available.

New features and enhancements

Bug fixes

0.27.1

11 Dec 17:04
Compare
Choose a tag to compare

Bug fixes

0.27.0

05 Oct 13:06
Compare
Choose a tag to compare

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

0.26.7

15 Sep 22:44
Compare
Choose a tag to compare

Fix flow type def (#679)