react-native-select-panel

OpenPanel and SavePanel for desktop

Usage no npm install needed!

<script type="module">
  import reactNativeSelectPanel from 'https://cdn.skypack.dev/react-native-select-panel';
</script>

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

open save

Contributing

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

License

MIT