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

461 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 best solutions below

0
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