Skip to content

Conversation

@LeonDvlpmnt
Copy link
Contributor

Summary:

The Clipboard module has been marked as deprecated for more than 5 years as part of the Lean Core initiative.

This PR finalizes the removal by deleting the implementation and removes all remaining references.

Users should migrate to community alternatives such as:

@react-native-clipboard/clipboard
expo-clipboard

Changelog:

[GENERAL] [REMOVED] - Remove deprecated Clipboard module from JavaScript definitions
[ANDROID] [REMOVED] - Remove ClipboardModule from core
[IOS] [REMOVED] - Remove RCTClipboard from core

Test Plan:

  • Manually verified that no related files remain
  • Verified that rn-tester builds successfully for both android and iOS
  • Jest tests ran successfully
  • RedBox can still copy to clipboard

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 18, 2025
@facebook-github-bot facebook-github-bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Nov 18, 2025
@LeonDvlpmnt
Copy link
Contributor Author

Looks like the test failures are related to a partial GitHub outage.

Error: fatal: unable to access 'https://github.com/facebook/react-native/': The requested URL returned error: 500

@cortinico
Copy link
Contributor

/rebase

@cortinico
Copy link
Contributor

I believe the hardest part of this is going to be importing/merging this internally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants