I tried adding presentationStyle="pageSheet" to this modal, but I get a warning message:
"Modal with 'pageSheet' presentation style and 'transparent' value is not supported"
Is there something similar to having a pageSheet like modal with this package? When I activate my modal with pageSheet, it kind of has a similar pageSheet like the react-native package but doesn't seem to be functioning correctly.
I found out that I needed to set transparent={false}
Hi do you mind telling where I need to set the transparent value? I'm facing the same issue.
Thank you!
It's probably too late but it's a prop, even though it doesn't show up in the documentation
Most helpful comment
I found out that I needed to set transparent={false}