expo-clipboard

ExpoClipboard standalone module

Usage no npm install needed!

<script type="module">
  import expoClipboard from 'https://cdn.skypack.dev/expo-clipboard';
</script>

README

expo-clipboard

expo-clipboard provides an interface for getting and setting Clipboard content on Android, iOS, and Web.

API documentation

Please refer to the API documentation for the latest stable release.

Installation in managed Expo projects

expo install expo-clipboard

Installation in bare React Native projects

yarn add expo-clipboard && npx pod-install

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.