useClipboard | NativeBase | Universal Components for React and React Native

Search
K
Hire us
Data Display
Typography
Disclosure
Media and Icons
Others
IMPORTANT MESSAGE — If you are starting a new project with NativeBase, we recommend using gluestack instead.
useClipboard
useClipboard controls and regulates the copying of content to the clipboard.
Return Value
The useClipboard hook returns an object with the following fields:
value : ( string ) The copied value.
onCopy : ( Function ) Callback function to copy content.
hasCopied : ( boolean ) If true, the content has been copied.
Import
Copy
import { useClipboard } from 'native-base';
Usage
Playground
Nativebase logo
MadeWithNativeBase