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 github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 6d947a80a41252c0ae28a20e8326c7ed3467c92f authored almost 8 years ago by Marc Shilling <[email protected]>
update example and README to reflect to deprecation of isStatic

github.com/react-native-image-picker/react-native-image-picker - 139c1b68335c8fa69ef4a20f23af748a1500d974 authored almost 8 years ago by Marc Shilling <[email protected]>
we now support AND REQUIRE React Native version > 0.40

github.com/react-native-image-picker/react-native-image-picker - 776ca61db3ae911ae70e839e2ee822381ca8a069 authored almost 8 years ago by Marc Shilling <[email protected]>
Merge branch 'master' of https://github.com/janicduplessis/react-native-image-picker into rn-40

github.com/react-native-image-picker/react-native-image-picker - 106b4f4c9097d6c15c300f4d82498c61d4558d0f authored about 8 years ago by Marc Shilling <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 2d99caa868083b2e79aa2e1ad79bb3dcd541002c authored about 8 years ago by Marc Shilling <[email protected]>
set ios example project to iOS 8 deployment target - iOS 7 no longer supported

github.com/react-native-image-picker/react-native-image-picker - b0bb8a311e2bdd3fdacb185ba0c6fb7bf96ed1ae authored about 8 years ago by Marc Shilling <[email protected]>
clarify automatic installation instructions

github.com/react-native-image-picker/react-native-image-picker - 4416ea92f690ff79635aea27282a1c05fb57a4a5 authored about 8 years ago by Marc Shilling <[email protected]>
Update iOS RN header paths

github.com/react-native-image-picker/react-native-image-picker - da2553213bfeffd5b0c30a8bb91309254c00bfb6 authored about 8 years ago by Janic Duplessis <[email protected]>
use holo light dialog theme

github.com/react-native-image-picker/react-native-image-picker - 03b66f956dc2bd1156b169a22b53521a9a7874d0 authored about 8 years ago by Marc Shilling <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 6fbbb3727ffbdea603187d5636d9ccb642129d7c authored about 8 years ago by Marc Shilling <[email protected]>
Add support for sending filenames, location and timestamp in the response on iOS (#394)

This works for picked photos and videos and for camera photos and videos when cameraRoll and wai...

github.com/react-native-image-picker/react-native-image-picker - 1166020b133e1d8422b866fc8268a3027e869b2d authored about 8 years ago by Brandon Evans <[email protected]>
add the RN animation library to the example to silence warning

github.com/react-native-image-picker/react-native-image-picker - 264fbebc5edfb7ff501a01b7409c350805dae785 authored about 8 years ago by Marc Shilling <[email protected]>
Send originalRotation in response (#388)

* Send originalRotation in response

* Remove originalRotation from ios response

github.com/react-native-image-picker/react-native-image-picker - 5bddf80868528bf6f44996f45bc6ad6f9862c722 authored about 8 years ago by Jesse Sessler <[email protected]>
added typescript typing definition (#375)

github.com/react-native-image-picker/react-native-image-picker - a9c036ccecc29bd7d9f60a3439eb98de54697933 authored about 8 years ago by hktonylee <[email protected]>
Update .npmignore (#401)

github.com/react-native-image-picker/react-native-image-picker - 0c5df247f69ead4f81798aecc9eaae3e62761114 authored about 8 years ago by Eugene Sokovikov <[email protected]>
Merge pull request #390 from feisan/dev-kvkv

make the resized image not being stretched

github.com/react-native-image-picker/react-native-image-picker - 068baf5456176463522f581b948f60d8b54ca2fa authored about 8 years ago by Yoann Fuks <[email protected]>
make the resized image not being stretched

github.com/react-native-image-picker/react-native-image-picker - 1c7e53d3cef75fd3e504fef960f3468ed5ea1932 authored about 8 years ago by Kelvin Liang <[email protected]>
fix bug when cameraRoll: false is combined with waitUntilSaved: true

github.com/react-native-image-picker/react-native-image-picker - a5037ab5b736e6e9634ef7b68bc90d657293acf7 authored about 8 years ago by Marc Shilling <[email protected]>
#329 Setting a Video Duration Limit Triggers an Error Modal (#377)

github.com/react-native-image-picker/react-native-image-picker - 121f07480f89533148958ab7e8f4a98a94bcdb1b authored about 8 years ago by Jérôme Mouneyrac <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 927efe6023f0a2205b9259c1e76a25addd4640e3 authored about 8 years ago by Marc Shilling <[email protected]>
Merge branch 'add_waitUntilSaved_John' of https://github.com/BROUDING/react-native-image-picker into pr

github.com/react-native-image-picker/react-native-image-picker - 38bd6815fd15b429088dadc7c82a56395638005c authored about 8 years ago by Marc Shilling <[email protected]>
add .npmignore file to not publish the Example project to npm

github.com/react-native-image-picker/react-native-image-picker - d18fc6b594d520e6e3aa454cd076dc67913a6aff authored about 8 years ago by Marc Shilling <[email protected]>
Attaching README.md for added option.

github.com/react-native-image-picker/react-native-image-picker - 3cce2efb155d2557dead8c6c107e79a5ba8e7137 authored about 8 years ago by John Lee <[email protected]>
storageOption.waitUntilSaved option added.

github.com/react-native-image-picker/react-native-image-picker - c4b1821b29f5e29f0df026eb2ea5e1091f0bc3c0 authored about 8 years ago by John Lee <[email protected]>
Return video's reference url as origURL in response. (#361)

Return video's reference url so that it can be used for sharing videos to Facebook via FBSDKShar...

github.com/react-native-image-picker/react-native-image-picker - 426118440368d47015e4244c41903d7004e52ca0 authored about 8 years ago by owcs <[email protected]>
[Android] #343 + robustness code

github.com/react-native-image-picker/react-native-image-picker - 61801bb71be8b4a2306d80e1552f54ab1d55d775 authored about 8 years ago by Yoann FUKS <[email protected]>
Badges and Positioning content (#334)

Updated TOC #334

github.com/react-native-image-picker/react-native-image-picker - 1dc2e66b7d9f0b66b1c0b69585535a94a5ad1d34 authored over 8 years ago by Ray Ch <[email protected]>
make request codes 16 bit ints

github.com/react-native-image-picker/react-native-image-picker - 4d6f5c2a778d65137db9969d7d51d29af7ec0ae8 authored over 8 years ago by Marc Shilling <[email protected]>
Merge branch 'patch-1' of https://github.com/iraycd/react-native-image-picker into pr

github.com/react-native-image-picker/react-native-image-picker - eb3be722ecbfd0189da4ea2a3284b11e81f83a2b authored over 8 years ago by Marc Shilling <[email protected]>
Update README.md

`$react-native link` has been added.

github.com/react-native-image-picker/react-native-image-picker - 75492dde954a7b76c089ae5f797b293581a4a8a3 authored over 8 years ago by Ray Ch <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - bf116b89f174d2998ea94615530e70c67a659e6d authored over 8 years ago by Marc Shilling <[email protected]>
make request codes more unique

github.com/react-native-image-picker/react-native-image-picker - 16a48d59b523fd8cad4b131cf4fcc93a7c40e2a9 authored over 8 years ago by Marc Shilling <[email protected]>
decode file after resizing to get the new width and height

github.com/react-native-image-picker/react-native-image-picker - f370ac8789e5ec4970e855fca93cec327097b1e6 authored over 8 years ago by Marc Shilling <[email protected]>
Fix empty initialWidth and initialHeight [Android] (#315)

github.com/react-native-image-picker/react-native-image-picker - c5761829f193b3c0a38c33c92bbcd7b01eb3cde8 authored over 8 years ago by Josh Swan <[email protected]>
support for RN 0.33 with backwards compatibility

github.com/react-native-image-picker/react-native-image-picker - 05309a82c547cb86b566003aa3c24bfc8afd0fd0 authored over 8 years ago by Marc Shilling <[email protected]>
save images to cache unless storageOptions key is provided

github.com/react-native-image-picker/react-native-image-picker - 9d227c0b37dec45a82c763484570b367e7135513 authored over 8 years ago by Marc Shilling <[email protected]>
Use array for custom buttons to ensure order (#296)

* Use array for custom buttons

* Remove space

* Import Log

github.com/react-native-image-picker/react-native-image-picker - 0fdea9cd6402da590363433395120849864c97ff authored over 8 years ago by Andrew Shini <[email protected]>
ios save video,android bug when save photo/video (#292)

* Update ImagePickerManager.m

Don't save the photo when it is selected from photo library.
S...

github.com/react-native-image-picker/react-native-image-picker - 822df7e7ae59bafa1f0efc779d54872182203b4b authored over 8 years ago by yao <[email protected]>
Merge pull request #283 from ivpusic/patch-1

simplity "if"

github.com/react-native-image-picker/react-native-image-picker - 730d0c508de596cc0b1d2a4cb02e5491e1448569 authored over 8 years ago by Yoann Fuks <[email protected]>
Save to camera roll option (#281)

* Save to CameraRoll option

* Document cameraRoll option

github.com/react-native-image-picker/react-native-image-picker - faed7cf0bced92671a30e0e3de091406fe4f71d0 authored over 8 years ago by Giles Van Gruisen <[email protected]>
use prepublish script to exclude the build folder. Delete .npmignore

github.com/react-native-image-picker/react-native-image-picker - f3bc6d8e241cff1ec3f2dfcd0d247fe3601a654a authored over 8 years ago by Marc Shilling <[email protected]>
implement empty onNewIntent method to fix #275

github.com/react-native-image-picker/react-native-image-picker - 146cf6ee56b9e0953e9136e1491e893b41edb672 authored over 8 years ago by Dmitry Gladkov <[email protected]>
adding redundant npmignore to hopefully fix this fucking build folder issue

github.com/react-native-image-picker/react-native-image-picker - a9a7ec19e3543d34ab7d5dacb60ea793d8b5e59b authored over 8 years ago by Marc Shilling <[email protected]>