react-native-rn-image-files-picker
v1.0.3
Published
TODO
Downloads
3
Readme
react-native-rn-image-files-picker
Getting started
$ yarn add react-native-rn-image-files-picker [email protected] [email protected]
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>