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, It has some issue when debugger is off, i cannot select picture. also when i release the app , it dosent work

`maxWidth` and `maxHeight` are actually `width` and `height`. PR fixes this in `propTypes` and in README. Fixes #51, #68. Closes https://github.com/malsapp/react-native-photo-upload/pull/53.

Hi, the base 64 I get from onPhotoSelect when posted to axios and retrieved back it becomes truncated, and when it is decoded, the image is cut off. Using the...

I tried passing custom height and width but image is not getting resize.

When I change state visibility of loading overlay on onStart, I can't see any overlay. Any suggestion loading component for react-native-photo-upload? Thank you

This is the code i have used. When clicked on the cancel button on Image picker, the image refreshes automatically.In the OnCancel props, i have only changed the state of...

It is not clear what this package can do. Does this package UPLOADS image file to a server? Or just displays it in `` tag?

Hi, I understand the `source` prop allows us to specify what type of base64 string to output (jpeg or png). But is there a way to tell the source of...

I tried to change the prompt message and figured out that in the source you open imagePicker with options `{ title: this.props.pickerTitle || 'Select Photo', storageOptions: { skipBackup: true, path:...