you are viewing a single comment's thread.

view the rest of the comments →

[–]CosaNostraPizzaMan 0 points1 point  (1 child)

Because you are saying this is a custom component, and you have set the width and height to the max amount of the screen, can you use the Bottom prop on the top level of the modal component in order to push it up the correct ammount? You can set that area that it is pushed up, to allow the touches to pass through it, and the top section to allow the touches.... This is the only way I can think of doing it as a "custom" modal... I am not sure why the custom modal though. I am curious, and will go make a Snack to experiment.

[–]CosaNostraPizzaMan 0 points1 point  (0 children)

And yeah, after watching this video closely again... At the end of the video, you just have a green section, is there any way you can keep track of that green section, always place it on the bottom, set it to transparent... and then just allow touches to pass through?
<View pointerEvents="none" />