tttstudios / react-native-otp-input

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

migrates Clipboard from react-native core to @react-native-community/clipboard #81

Closed mannyhappenings closed 4 years ago

mannyhappenings commented 4 years ago

migrates Clipboard from react-native core to @react-native-community/clipboard

See: migrating-from-the-core-react-native-module

mannyhappenings commented 4 years ago

Hi @fpena, the PR opened by @isharaux is same as mine but his test were failing. We are using this I want to use this package, but I keep getting warning for Clipboard. I will be grateful if someone could review this PR. Thanks

eric-dao37 commented 4 years ago

Hi @BeckyWu220 @fpena

Base on RN official document, they suggest we use @react-native-community/clipboard instead.