[ Package conformance ]

Essentials · >=1.0.0

@react-native-clipboard/clipboard

native-seam only: the published Clipboard object, NativeEventEmitter wiring, and useClipboard hook run from the bundle. RNCClipboard routes text through navigator.clipboard and images through ClipboardItem where the browser exposes it.
85%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (5)
published Clipboard object and two-item useClipboard hookgetString/setString/hasStringgetImage/getImagePNG/getImageJPG/setImage/hasImagehasURL/hasWebURL/hasNumberload-safe listener methods
Missing (1)
external-app clipboard-change events because browsers expose no matching event; setStrings joins values and getStrings returns one browser text item rather than preserving multiple pasteboard strings; Firefox image read because Clipboard.read is unavailable