react-native-rn-image-files-picker

1.0.3 • Public • Published

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

Prop Type defaultValue
callback function (data) => console.log(data)
btnLabel object {}
const btnLabel = { 
  filesButtonTitle: '',
  cancelButtonTitle: '',
  takePhotoButtonTitle: '',
  chooseFromLibraryButtonTitle: ''
}

Usage

import RnImageFilesPicker from 'react-native-rn-image-files-picker';
 
<RnImageFilesPicker>
  {children}
</RnImageFilesPicker>

Readme

Keywords

Package Sidebar

Install

npm i react-native-rn-image-files-picker

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

22.7 kB

Total Files

23

Last publish

Collaborators

  • stwtp