| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| id | clipboard |
|---|---|
| title | Clipboard |
| officialDoc | https://reactnative.dev/docs/clipboard |
Clipboard has been deprecated and will be removed from React Native in the future.
Please refer to bindings for the replacement community package.
To attempt reading content from the Clipboard; resolves to a string if successful.
getString: unit => Js.Promise.t(string)To copy a string to the Clipbard.
setString: string => unit| Back | FazBrowse Home | New Git URL |