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 visible (Hide)

react-native-image-picker -

Published by yfuks over 8 years ago

[Android]

Added fileSize, type, fileName and path to response object

react-native-image-picker -

Published by yfuks over 8 years ago

[Android]

use initial image when the crop don't perform (fix #165)

react-native-image-picker -

Published by yfuks over 8 years ago

[Android]

Reorient image if image disoriented on image resize
(Image is resized if she don't match angle, maxWidth, maxHeight or quality)

Also add a table of content to the readme

react-native-image-picker - v0.18.9

Published by marcshilling over 8 years ago

Added some code for robustness on the Android side that will (hopefully) get rid of some crashes or at least better report errors to javascript.

react-native-image-picker - v0.18.8

Published by marcshilling over 8 years ago

v0.18.8

Added fileSize to the iOS response

v0.18.7

Added durationLimit option to iOS

react-native-image-picker - v0.18.6

Published by marcshilling over 8 years ago

Updated the Example project to React Native v0.22.0

react-native-image-picker - v0.18.5

Published by marcshilling over 8 years ago

Updated the Example project. Consolidated all the app code into App.js. Now, index.ios.js and index.android.js simply render <App />, rather than duplicating the code in both files.

react-native-image-picker - v0.18.4

Published by marcshilling over 8 years ago

Removed unnecessary permissions from AndroidManifest

react-native-image-picker - v0.18.3

Published by marcshilling over 8 years ago

Created a cross-platform Example project that links directly to the code in the repo (not installed via npm). This way, we can make and test changes directly in the Example project.

react-native-image-picker -

Published by yfuks over 8 years ago

[Android]

  • add customButtons to available options
  • set cancelButtonTitle with system cancel default title instead of plain text "Cancel"

thanks to @Bhullnatik and @JeJan for their work

react-native-image-picker - v0.18.1

Published by marcshilling over 8 years ago

Start tracking releases