clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

React Native Clipboard API for both iOS and Android.

Results 105 clipboard issues
Sort by recently updated
recently updated
newest added

## Platforms iOS ## Versions - iOS: iOS12 & 13 - react-native: 60+ ## Description Add something to clipboard. Deeplink into instagram-stories://, the clipboard contents are erased completely. I feel...

bug

## Environment ``` info Fetching system and libraries information... System: OS: macOS 12.0.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 2.66 GB / 32.00 GB Shell: 5.8...

bug

## Environment ``` System: OS: macOS 12.3.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 225.18 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.14.2 -...

bug

## Environment react-native 0.63.3 ## Platforms Android ## Versions - Android:Android 10 - iOS: - react-native-netinfo: - react-native: - react: ## Description cannot get the clipboard content when app Toggle...

bug

## Describe the Feature With the upcoming new architecture of react native, it would be nice to start moving the packages over to the new arch. I couldn't find any...

enhancement
hacktoberfest

## Environment System: OS: macOS 12.4 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 37.11 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/node...

bug

add an option for pasteboard types example: @"org.nspasteboard.ConcealedType" http://nspasteboard.org/ ````objective-c RCT_EXPORT_METHOD(setString:(NSString *)content setType: (NSString *)pasteboardtype { NSPasteboard *pasteboard = [NSPasteboard generalPasteboard]; [pasteboard clearContents]; [pasteboard setString:(content ? : @"") forType:pasteboardType]; }...

enhancement

## Environment ## Platforms Android ## Versions - Android 10 ## Description Instead of the clipboard object `null` is returned. ## Reproducible Demo https://snack.expo.io/@aboutreact/clipboard-example?session_id=snack-session-45GVESXWi

bug

Current latest version in github is 1.9.0, and it was in npm as well until recently. NPM is capped at 1.8.5 now, what's up? @Naturalclar can you take a look?...

bug

I don't think this is fixable (or maybe there's a way around it), but I'm just opening na issue here in case someone looks, and possible isolated on emulators only...

bug