0.1.1 • Published 3 years ago

react-native-full-clipboard v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

react-native-full-clipboard

Allows for getting multiple mimes from the clipboard.

Installation

npm install react-native-full-clipboard

Usage

import FullClipboard from "react-native-full-clipboard";

// ...

const result = await FullClipboard.multiply(3, 7);

Contributing

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

License

MIT