Skip to content

deps: Migrate to @react-native-clipboard/clipboard #5648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

chrisbobbe
Copy link
Contributor

Clipboard in RN core has been deprecated for a while, and in RN's v0.71 doc they finally mark it "removed":
https://reactnative.dev/docs/clipboard

We've reportedly (#4502) been getting console warnings that we should use @react-native-community/clipboard instead of the RN-core module. Do basically that, except we use its new name, @react-native-clipboard/clipboard; see
react-native-clipboard/clipboard#87

Supersedes: #4502
Co-authored-by: rajprakash00 [email protected]

@chrisbobbe chrisbobbe requested a review from gnprice January 26, 2023 20:54
`Clipboard` in RN core has been deprecated for a while, and in RN's
v0.71 doc they finally mark it "removed":
  https://reactnative.dev/docs/clipboard

We've reportedly (zulip#4502) been getting console warnings that we
should use @react-native-community/clipboard instead of the RN-core
module. Do basically that, except we use its new name,
@react-native-clipboard/clipboard; see
  react-native-clipboard/clipboard#87

Supersedes: zulip#4502
Co-authored-by: rajprakash00 <[email protected]>
@gnprice
Copy link
Member

gnprice commented Jan 26, 2023

Thanks! Looks good; merging.

@gnprice gnprice force-pushed the pr-migrate-clipboard branch from 367a003 to b63e822 Compare January 26, 2023 21:54
@gnprice gnprice merged commit b63e822 into zulip:main Jan 26, 2023
@chrisbobbe chrisbobbe deleted the pr-migrate-clipboard branch January 26, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants