react-native-upload-photo-button

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-upload-photo-button

      Weekly Downloads

      2

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • peterpme