react-native-clipboard / clipboard

React Native Clipboard API for both iOS and Android.
MIT License
690 stars 142 forks source link

Unable to empty clipboard :) #197

Open p-bucky opened 1 year ago

p-bucky commented 1 year ago

Yesterday i was at work, and there was a requirement where i had to empty clipboard. I tried Clipboard.setString(null), Clipboard.setString(''), Clipboard.setString(undefined) but nothing worked and everytime Clipboard.hasString() return true in promise. there should be way to EMPTYYYYYYYYYY THE CLIPBOARD. :)))

p-bucky commented 1 year ago

199 I'have fixed this for android in this PR