1.0.0 • Published 6 years ago

react-native-upload-photo-button v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

React Native Upload Photo Button

A simple, cross platform button for selecting photos.

React Native Upload Photo Button

Usage

<UploadPhotoButton
  onPress={this.onChangePhoto}
  label="Add Photo"
  color="rgb(0, 175, 115)"
/>

Proptypes

  • onPress onChangeHandler. Set this up to open up your menu
  • label - label text: "Edit Photo" / "Add Photo"
  • color - the color of the camera / labe
  • cirlceBackgroundColor - the cirlce background color