Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Native Image Picker

image picker library for react-native
Collective - Host: opensource - https://opencollective.com/react-native-image-picker - Code: https://github.com/react-native-image-picker/react-native-image-picker

Merge branch 'master' of https://github.com/michaelhelvey/react-native-image-picker into pr

github.com/react-native-image-picker/react-native-image-picker - 20fc11bc48bb41efbe4475ce77c02164dfd561eb authored over 8 years ago
remove allowsEditing option from Android

github.com/react-native-image-picker/react-native-image-picker - 32dbd290b098e1af50ac94beb83a15e179d8b32b authored over 8 years ago
Adds "mixed" option to "mediaType" for iOS

This commit also fixes a bug with "durationLimit": previously, if
"durationLimit" was set but "a...

github.com/react-native-image-picker/react-native-image-picker - 46e6620439989e3ee1dcdb0c763396e8b70e170b authored over 8 years ago
update to React Native 0.29.2 and update the Android Example project accordingly

github.com/react-native-image-picker/react-native-image-picker - 19ac22ca38d5b46907d1b0c2145301e24194243d authored over 8 years ago
Set source based on Platform (#258)

I thought the inclusion of a Platform check in the sample code might be helpful to those new to ...

github.com/react-native-image-picker/react-native-image-picker - 5e425a8256c44cb00771b5e5ff5a3b22a2a24f87 authored over 8 years ago
permissions checks prior to presenting the picker controllers, with an error response if permissions are not granted

github.com/react-native-image-picker/react-native-image-picker - 44843601f33b2651d44bbcb59bc9c78a3735eacd authored over 8 years ago
set default opts for showImagePicker from javascript

github.com/react-native-image-picker/react-native-image-picker - 32ee302a51d1a6e9eeb5ced90a04dc0e537be949 authored over 8 years ago
[Android] fix quality issue

#240

This should fix the issue.
@doc: http://stackoverflow.com/a/4822358

github.com/react-native-image-picker/react-native-image-picker - d7f265f36b910484d17bf92053c61a69d79dd260 authored over 8 years ago
Delete react-native-image-picker.iml

github.com/react-native-image-picker/react-native-image-picker - b6d7a09fefdfeb20c0d1051ccef570258c547452 authored over 8 years ago
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 30a78cf9edaddbbd2bd3bdd6f8b6af9d65b75804 authored over 8 years ago
Merge pull request #228 from Saturnyn/patch-1

[Android] fix crash after using the camera

github.com/react-native-image-picker/react-native-image-picker - f43446a94832145884ee7adc982c90785437d9db authored over 8 years ago
fix crash after using the camera

https://github.com/marcshilling/react-native-image-picker/issues/227

github.com/react-native-image-picker/react-native-image-picker - 4a85c65f27e097f0a7cb2555ecd907296b865ab0 authored over 8 years ago
Do not include extraneous timestamp field, and do not include gps data if its not available.

github.com/react-native-image-picker/react-native-image-picker - 4ee547cb0503f4ef431c96e74b4d4962dc464fe0 authored over 8 years ago
* Changed the type of the gps data to be numbers

* Added a 2nd timestamp field which is the millis since 1970

github.com/react-native-image-picker/react-native-image-picker - de1c958e72321628276797e9148f818256d2e0b0 authored over 8 years ago
run time permissions for android API 23

github.com/react-native-image-picker/react-native-image-picker - ec41c95212431c0f6face2ac744e03d54691aa57 authored over 8 years ago
add tiny js index file as to not have to deal with NativeModules directly

github.com/react-native-image-picker/react-native-image-picker - 8be67d01d730d8baa92f9d0bde7588872174ef7b authored over 8 years ago
Merge pull request #213 from revelrylabs/master

[Android] Add latitude, longitude and date taken at to image picker response

github.com/react-native-image-picker/react-native-image-picker - a56b7fb7811bece110aa5b348599ee7fe594d069 authored over 8 years ago
Add latlng and timestamp to image picker response

github.com/react-native-image-picker/react-native-image-picker - 642ff19a5215e7001c3319ebb467f6f42c4ee0ae authored over 8 years ago
delete video file first if it already exists

github.com/react-native-image-picker/react-native-image-picker - 2245d4d99ee2fd427057da12a23a3e1fc7d2c964 authored over 8 years ago
Merge pull request #203 from Keepsite/android-4.1-camera-support

Adding support to take photo on Android API 16. PackageManager.FEATUR…

github.com/react-native-image-picker/react-native-image-picker - e4c25ef85df6494e7d304f7f31be07fc62ab9f18 authored over 8 years ago
Adding support to take photo on Android API 16. PackageManager.FEATURE_CAMERA_ANY does not exist on API 16.

github.com/react-native-image-picker/react-native-image-picker - 9982e35547e419b297752ab56b37acb7a18049a1 authored over 8 years ago
A note about multiple image selection, landscape support, and rnpm

github.com/react-native-image-picker/react-native-image-picker - eb6eecd44813bd3bd1b1d73fb11c73916ee2d847 authored over 8 years ago
[Android] return an error if camera isn't available in launchCamera method

github.com/react-native-image-picker/react-native-image-picker - f2761a41ecafa368afcbc3e0c6fcbd58e41157cc authored almost 9 years ago
Merge pull request #176 from chetstone/master

Add ref to asset library version for color grabber

github.com/react-native-image-picker/react-native-image-picker - 6535ec904ed7356311f75434c3ae2c0af38515ec authored almost 9 years ago
Add ref to asset library version for color grabber

github.com/react-native-image-picker/react-native-image-picker - 26ea4d579abf9244ef9623fdd964b40635fbc8ef authored almost 9 years ago
[Android] Check if the camera is available in code rather than in manifest

github.com/react-native-image-picker/react-native-image-picker - abe0c7ed387e5538b227888b4e446811715eab78 authored almost 9 years ago
[Android] remove useless line from module manifest since we already add them in the project manifest

github.com/react-native-image-picker/react-native-image-picker - 0609ecacb45df982526a48091ff6e56c1d623a6f authored almost 9 years ago
[Android] add some infos to response

github.com/react-native-image-picker/react-native-image-picker - 49803e15ffc6c127f0e911130c2b5574244c7ee8 authored almost 9 years ago
[Android] use the uncropped file if the crop failed

github.com/react-native-image-picker/react-native-image-picker - 5e9227acf42b89d135efe65e57cd608dbe72663f authored almost 9 years ago
Add a table of contents and put images in a tab

github.com/react-native-image-picker/react-native-image-picker - 7162374568f4576f60aafacddf5325b6797ad9c3 authored almost 9 years ago
Merge pull request #143 from taskrabbit/reorient-image

[Android] reorient image on image resize

github.com/react-native-image-picker/react-native-image-picker - fb82285549be0e1be6a0caa837345de77d17b62a authored almost 9 years ago
[Android] Fix image display in Example

github.com/react-native-image-picker/react-native-image-picker - 79589cba38e2cbd12b58582108ac6111f8b1354a authored almost 9 years ago
changed size to fileSize and updated README

github.com/react-native-image-picker/react-native-image-picker - bb625862684aef1245e5ffcdc64ace5a7a1904e2 authored almost 9 years ago
durationLimit now available on iOS

github.com/react-native-image-picker/react-native-image-picker - 611507acffc48e601afaacd8e28bc7b5624475c3 authored almost 9 years ago
consolidate cross-platform code into 1 file

github.com/react-native-image-picker/react-native-image-picker - 576636959b7a9fb3d2605d8b4756e9d6c0748209 authored almost 9 years ago