How to click on component behind the modal in react-native?

439 views Asked by At

How to click on component behind the modal in react native? I am using native modal.Is there any prop for that? Thanks in advance

1

There are 1 answers

0
Amir Doreh On

you have to use one of these two approaches:

  1. Customise the RNModal library to have the access to the background page

  2. Write you own modal to have the full accessibility on every element on pages