Clipboard
Official documentation 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