I am using react-native-modal
which only takes up part of the screen at the bottom I need to be able to scroll content outside of the modal. But all my clicks are on the backdrop of the modal window. Is there a way to do this?
Asked
Active
Viewed 161 times
1

never_give_up
- 664
- 1
- 5
- 11
-
did you put hasBackdrop to false ? – anthony willis muñoz Sep 14 '20 at 10:17
-
yes, sure! hasBackdrop={false} – never_give_up Sep 14 '20 at 11:43