react-native-clipboard / clipboard

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

How to remove the default toast msg 'copied' #245

Open nawazokz opened 4 months ago

nawazokz commented 4 months ago

hello everyone, When I copy string using Clipboard.setString(str); it show the default toast msg 'copied' which i want to hide or remove and instead use custom toast msg. How can be I achieve this

ishant-1428 commented 1 month ago

Hiding the default toast is impossible from Android 13. Since the toast is shown by Android when setting Clipboard data. You can refer to this for more information : https://developer.android.com/develop/ui/views/touch-and-input/copy-paste#Feedback