react-native-select-panel
v0.1.2
Published
OpenPanel and SavePanel for desktop
Downloads
4
Readme
react-native-select-panel
OpenPanel and SavePanel for desktop
Installation
npm install react-native-select-panel
Usage
import SelectPanel from "react-native-select-panel";
// ...
const files = await SelectPanel.open();
const file = await SelectPanel.save();
Shortcuts
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT