useClipboard | NativeBase | Universal Components for React and React Native

Search
K
Hire us
Please opt in to our enterprise plan (coming soon) for priority support with NativeBase. If you are starting a new project, we recommend using gluestack-ui. For your existing projects, you can utilize @gluestack-ui/themed-native-base (beta).
useClipboard
useClipboard is a custom hook that handles copying content to 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