yarn react-native-image-picker 3.0.0

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

This is a complete rewrite of the Image Picker. The idea was to make it lean and easier to maintain (this was achieved).

Below are some of the most notable changes, which will break your app when migrating from 2.x.x.

  • Permissions are no longer handled (nor do you need to). If you do list any permissions related to the image picker in your manifest/info.plist, it will be your responsibility to check & request permissions (do so recommend with react-native-permissions).

  • showImagePicker no longer exists. This can be achieved using react-native-action-sheet

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

NewReleases is sending notifications on new releases.