react-native-image-picker

A React Native module that allows you to use native UI to select media from the device library or directly from the camera.

MIT License

Downloads
1.1M
Stars
8.4K
Committers
179

Bot releases are hidden (Show)

react-native-image-picker - v2.2.0

Published by Johan-dutoit over 4 years ago

Fix

react-native-image-picker - v2.1.0

Published by Johan-dutoit over 4 years ago

Enhancements

react-native-image-picker - v2.0.0

Published by Johan-dutoit almost 5 years ago

New features and enhancements

react-native-image-picker - v1.1.0

Published by Johan-dutoit about 5 years ago

New features and enhancements

react-native-image-picker - v1.0.1

Published by Johan-dutoit over 5 years ago

Breaking changes

New features and enhancements

  • Replaced JavaScript with TypeScript
  • RNC/bob dynamically generates TypeScript definitions and Flow types.
react-native-image-picker -

Published by janicduplessis almost 6 years ago

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)
react-native-image-picker - 0.27.2

Published by charpeni almost 6 years ago

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

  • Update Reference.md (#954 - @andrewmarmion)
  • Add note for NSCameraUsageDescription (#953 - @MartinSandstrom)

Bug fixes

  • Update example with RN 0.57 (#980 - @charpeni)
  • Update example project (7e43aa - @charpeni)
  • Fix Android build (fa3c624 - @charpeni)
react-native-image-picker - 0.27.1

Published by charpeni almost 6 years ago

Bug fixes

  • Fix flow (#947 - @charpeni)
  • Update podspec (#948 - @charpeni)
react-native-image-picker - 0.27.0

Published by charpeni about 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

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

react-native-image-picker - 0.26.7

Published by janicduplessis about 7 years ago

Fix flow type def (#679)

react-native-image-picker - 0.26.4

Published by marcshilling about 7 years ago

Merged #653

react-native-image-picker - v0.26.3

Published by marcshilling over 7 years ago

Merged #513 and #535

react-native-image-picker - v0.26.0

Published by marcshilling over 7 years ago

Merged #496

react-native-image-picker - v0.25.4

Published by marcshilling over 7 years ago

Uncommented onActivityResult override

react-native-image-picker - v0.25.3

Published by marcshilling over 7 years ago

Closed #464 - Support for Android 7.0

react-native-image-picker - v0.25.0

Published by marcshilling almost 8 years ago

We now require React Native version greater than 0.40

react-native-image-picker - v0.24.0

Published by marcshilling almost 8 years ago

All the pull requests! Merged #394, #390, #388, and #375

react-native-image-picker - v0.23.0

Published by marcshilling almost 8 years ago

Remove support for iOS 7

react-native-image-picker - v0.22.14

Published by marcshilling almost 8 years ago

Fixed #380

react-native-image-picker - v0.22.13

Published by marcshilling almost 8 years ago

Merged #377