react-native-document-uploader
v0.1.4
Published
React Native Library for uploading documents
Readme
react-native-document-uploader
React Native Library for uploading documents
Installation
npm install react-native-document-uploaderUsage
import { pick, PickedFile } from 'react-native-document-uploader';
const uploadedFile = await pick();
if (uploadedFile) {
console.log('Response:', uploadedFile);
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
