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
Asked
Active
Viewed 374 times
2
-
1Could you show us the code you're using right now? That would clarify what component you're trying to click, and the layout of the page :) – Kraishan Jul 30 '20 at 13:16
1 Answers
-2
you have to use one of these two approaches:
Customise the RNModal library to have the access to the background page
Write you own modal to have the full accessibility on every element on pages

Amir Doreh
- 1,369
- 1
- 13
- 25