You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use the react-native clipboard function it triggers a warning:
WARN Clipboard has been extracted from 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
We should update the usage according to this recommendation from the lib.
The text was updated successfully, but these errors were encountered:
When we use the
react-native
clipboard function it triggers a warning:We should update the usage according to this recommendation from the lib.
The text was updated successfully, but these errors were encountered: