Hey all, I was wondering if there is any way with the picker to have it so that Android apps can get both videos and photos from the gallery
Just Uzair | Nothing
@abiduzz420
Hi uzair here.
I am planning to use react-native-image-picker for my android app. I would like to know if we can send the uploaded images to the server ?
Haitao Li
@haitaoli
@abiduzz420 from react-native-image-picker you can get photo data (base64) or file path. Then you need to upload it to your server. I found it easier to send file path into XHRHttpRequest instead of base64 blob.
Just Uzair | Nothing
@abiduzz420
Heyy @haitaoli Yeah thanks :) I got it :+1:
Rome oEnso
@renso3x
Hi guys, I am wondering why if I choose a photo in the library there it is returning null values? And the response callback is not firing. I am using the latest version of it. Can someone help me on this? Thanks
Rome oEnso
@renso3x
hi all
I am wondering why the response is not working the callback is not working when firing showImagePicker
Mob Dev
@mobdev85
Hi everyone!
gengjiawen
@gengjiawen_twitter
Any admin can take a review of my pr ?
I am thinking provide another pr to fix react-community/react-native-image-picker#685 too ?
my first pr is here react-community/react-native-image-picker#742
Petr Evsikov
@ksetrin
Hello folks! I have some trouble with ImagePicker. I try to launch image from Library and picked image adjust only by width. It's ok if image have 100 width and 50 height (for example) because it's adjust by width. But if it's 50 width and 100 height I have a cropped image. I want to scale not crop image. Can you help me with it?