Version: 0.61
๐ง Clipboard
Deprecated. Use @react-native-community/clipboard instead.
Clipboard gives you an interface for setting and getting content from Clipboard on both Android and iOS
Reference#
Methods#
getString()#
Get content of string type, this method returns a Promise, so you can use following code to get clipboard content
setString()#
Set content of string type. You can use following code to set clipboard content
@param the content to be stored in the clipboard.