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

Add (or expose) prop to disable the ability to upload a images. This is helpful when a user is toggling between an edit mode and a viewing mode.

Wrong properties for the PhotoUpload component See line 34 and 35 of index.js The ImageResizer uses these names internally. Either change index.js to uses these names or change the docs.

Hi there! I noticed that the property onRender is specified in PhotoUpload's propType object but it is never called. Moreover, inside of PhotoUpload's componentDidUpdate lifecycle hook I noticed that you...

should call `onError` when `ImageResizer.createResizedImage` or `RNFS.readFile` failed

https://github.com/malsapp/react-native-photo-upload/issues/42

After uploading , image quality is reduced

Hi thanks for the useful library first of all. I like to know is there any way to style current choose from options popup windows or if I have my...

I want to add button that onPress will open the the image picker. How can I call theis event?

flex: 1 in styles.container is unnecessary. It breaks half of my views

The simulator and cellphone kind of freezes for a few milliseconds, it's very weird. Is that possible to fix? Not sure if it's the conversion to base64 or another thing....