stream-chat-react-native
stream-chat-react-native copied to clipboard
Change Clipboard such that it is imported from @react-native-clipboard/clipboard
Describe the bug
Clipboard is extracted from the package react-native
and is introduced as a separate package under @react-native-clipboard/clipboard
.
You will get the warning often when you use the previous import as:
WARN Clipboard has been extracted from the react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-clipboard/clipboard' instead of 'react-native'. See https://github.com/react-native-clipboard/clipboard
Expected behavior Change the usage of the Clipboard such that it is used from the appropriate package.
Suggesting to do the following:
- RN: use react-native-clipboard- changes are relatively small.
- Expo: use expo-clipboard installation is optional, discuss warning logging and/ or UI/UX change
Hey team! Please add your planning poker estimate with ZenHub @khushal87 @madsroskar @santhoshvai @vishalnarkhede
@Fra says: "If copy/paste is not enabled, I would hide the copy item in the contextual menu."
:tada: This issue has been resolved in version 5.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: