rn-multiple-media-picker
v0.1.0
Published
helps to pick mutiple media in react nativereact native mutiple media picker
Maintainers
Readme
rn-multiple-media-picker
A minimal multiple media picker for React Native.
Demo
Installation
npm install rn-multiple-media-pickeror
yarn add rn-multiple-media-pickerUsage
import { pickMedia } from 'rn-multiple-media-picker';
const pick = async () => {
try {
const result = await pickMedia({ mediaType: 'any' });
console.log(result);
} catch (error) {
console.error(error);
}
};Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
