Reputation: 124
I want to build a react-native-app which runs in the background and shows a popup or a Toast whenever the user copies something from any other app.
An example of what I want to achieve:
So whenever, the user copies some text, as shown in the first screenshot, it should display a dialogue box or show a Toast or maybe just do any action.
Thank You
Upvotes: 2
Views: 785
Reputation: 2702
As far as i know, it's not implemented in react native.
Take a look at this feature request!
Upvotes: 1