react-native-photo-upload icon indicating copy to clipboard operation
react-native-photo-upload copied to clipboard

Cross platform photo upload component for react native

Results 51 react-native-photo-upload issues
Sort by recently updated
recently updated
newest added

Hello everybody i have problem after upload to server the base64 image. after the upload my in the url I'm not the extension .png or .jpeg I wanted to know...

Currently videos are also displaying along with photos. How to filter media? How to use `mediaType` prop with this library?

Hi, I am using this package in both IOS and Android and it is working well. But there is a problem in the following case of IOS. If the user...

Hello there, I am using Photoupload component in my react native android project, the project contains 2 screens profile and edit profile. I have imported Photo upload component in both...

How to get the name of the picked photo?

Can some one help how to remove the picture?

This library is just able to select a picture and does nothing much else. There is no upload functionality. And what's wrong with you? Pornhub logo? Seriously?

Minor doc update. From the code we can read that it's height and width, not maxHeight and maxWidth: ``` state = { maxHeight: this.props.height || 600, maxWidth: this.props.width || 600,...