@geeky-apo/react-native-advanced-clipboard
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-advanced-clipboard

React Native module for copy and paste image with Native Clipboard (currently iOS only)

Installation

npm install react-native-advanced-clipboard

Usage

import AdvancedClipboard from "react-native-advanced-clipboard";

// Copy base64 string into Native Clipboard
const copyResult = await AdvancedClipboard.copyImage();

// Paste string and/or images from Native Clipboard
const pasteResult = await AdvancedClipboard.paste();

Contributing

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

License

MIT

/@geeky-apo/react-native-advanced-clipboard/

    Package Sidebar

    Install

    npm i @geeky-apo/react-native-advanced-clipboard

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    49.8 kB

    Total Files

    22

    Last publish

    Collaborators

    • geeky-apo