react-native-upload-photo-button
v1.0.0
Published
Just a simple button with a camera
Downloads
13
Readme
React Native Upload Photo Button
A simple, cross platform button for selecting photos.
Usage
<UploadPhotoButton
onPress={this.onChangePhoto}
label="Add Photo"
color="rgb(0, 175, 115)"
/>
Proptypes
onPress
onChangeHandler. Set this up to open up your menulabel
- label text: "Edit Photo" / "Add Photo"color
- the color of the camera / labecirlceBackgroundColor
- the cirlce background color