react-native-esoftplay-images-picker

react-native-esoftplay-images-picker JS library on GitHub react-native-esoftplay-images-picker JS library on npm Download react-native-esoftplay-images-picker JS library

multi images picker react native

Version 1.0.0 License ISC
react-native-esoftplay-images-picker has no homepage
react-native-esoftplay-images-picker JS library on GitHub
react-native-esoftplay-images-picker JS library on npm
Download react-native-esoftplay-images-picker JS library
Keywords
esoftplay

react-native-esoftplay-images-picker

react native multi image picker

INSTALATION

npm install --save react-native-esoftplay-images-picker

USAGE

import ImagesPicker from 'react-native-esoftplay-images-picker

...
<ImagesPicker
  images={(images)=>console.log(images)}
  max={3}
  color={colorPrimary}
  show={this.state.showImagesPicker}
  dismiss={()=>this.setState({showImagesPicker:false})}

PROPS

  images  = funtion   = A callback to receive images selection 
  max     = number    = maximum count images selection
  color   = string    = color code for ImagesPicker
  show    = boolean   = determine ImagesPicker show or not
  dismiss = function  = function to make props.show = false