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

delete container unnecessary styles to fix android bug where nothing happens on click. # Provide links to any relevant tickets, articles or other resources Closes: #60 Progresses : #

At the current state, the upload button gets disabled when choosing an image, but gets enabled again before uploading. IMO, we should only enable it again * After the upload...

prettify the whole file and allow other components that include the word "image" in them to be used by the photo uploader. # Provide links to any relevant tickets, articles...

iOS works fine. On Android, I can see the image being rendered, but nothing happens on click (no dialog opening). ``` { this.setState({ photo: photo }); }} onStart={this.handleLoading} onRender={this.handleLoading} >...

as you cloned image in child elemenst of photouploader if i remove my image from external link it dosnt update in android and ios or update image source uri i...

That would be preferred since it would improve performance, even if slightly

How to change takePhotoButtonTitle & chooseFromLibraryButtonTitle. ![screen shot 2017-08-23 at 11 29 00 pm](https://user-images.githubusercontent.com/9329789/29627056-fa49ebe0-885a-11e7-9d93-ecdb496d7f70.png)

Does this package crop the images automatically? Or do they allow the user to drag the image and fit a specific portion of the image inside the cropping circle?

Current required version of `react-native-image-picker` is `^0.26.7`, which contains a [very annoying bug](https://github.com/react-community/react-native-image-picker/issues/882), which was fixed in version [`0.27.1`](https://github.com/react-community/react-native-image-picker/commit/8187eaf1ca308c0737ed13e96f98bd0033ca160e).

Update for the image picker due to https://github.com/react-community/react-native-image-picker/issues/882