tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
538 stars 242 forks source link

Change Clipboard package from react-native to @react-native-community/clipboard. #86

Closed pragyawebvillee closed 4 years ago

pragyawebvillee commented 4 years ago

@ericdao37 Clipboard from react-native core is now deprecated.

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-community/clipboard\' instead of \'react-native\'

Ref : https://github.com/react-native-community/clipboard

ericdao37 commented 4 years ago

Hi @pragyawebvillee

We have changed to @react-native-community/clipboard.

Thank you