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