Contrevien
Contrevien

Reputation: 124

React-Native: Doing something when user copies text on clipboard

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:

Screenshot-1

enter image description here

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

Answers (1)

MoKhajavi75
MoKhajavi75

Reputation: 2702

As far as i know, it's not implemented in react native.

Take a look at this feature request!

Upvotes: 1

Related Questions