How to do programmatically Tap/Touch in React Native?

98 views Asked by At

I have a pop up which is gone once I tap/touch anywhere on the screen. I want to do this programmatically tap/touch so that a human touch is not required.

what i need to add / change in my code?

My application is in React Native.

I have tried several example codes which are available but nothing is working. I am able to tap/touch on a button through programmatically. But what I need is tap/touch with out human interaction.

0

There are 0 answers