@sephriot/react-native-persistable-uri
v0.1.2
Published
Persistable URI file open Intent
Downloads
4
Readme
react-native-persistable-uri
Persistable URI file open Intent
Installation
npm install @sephriot/react-native-persistable-uri
Usage
import { selectDocument } from '@sephriot/react-native-persistable-uri';
// ...
const result = await selectDocument('audio/*');
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