0.1.2 • Published 5 years ago

react-native-select-panel v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

open save

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT