1.0.3 • Published 4 years ago

react-native-rn-image-files-picker v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-rn-image-files-picker

Getting started

$ yarn add react-native-rn-image-files-picker react-native-image-picker@2.3.1 react-native-document-picker@3.5.2

Mostly automatic installation

npx pod-install

Props

PropTypedefaultValue
callbackfunction(data) => console.log(data)
btnLabelobject{}
const btnLabel = { 
  filesButtonTitle: '',
  cancelButtonTitle: '',
  takePhotoButtonTitle: '',
  chooseFromLibraryButtonTitle: ''
}

Usage

import RnImageFilesPicker from 'react-native-rn-image-files-picker';

<RnImageFilesPicker>
  {children}
</RnImageFilesPicker>