Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgarjmesquita/expo-clipboard
https://github.com/edgarjmesquita/expo-clipboard
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgarjmesquita/expo-clipboard
- Owner: EdgarJMesquita
- Created: 2023-09-04T11:55:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T11:56:16.000Z (over 1 year ago)
- Last Synced: 2023-09-05T01:25:06.962Z (over 1 year ago)
- Language: Kotlin
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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](https://docs.expo.dev/versions/latest/sdk/clipboard/).
## 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](https://github.com/expo/expo#contributing).
# expo-clipboard