React-native-modal: Is there a presentationStyle pageSheet avilable or something similar?

Created on 10 Apr 2020  路  3Comments  路  Source: react-native-modal/react-native-modal

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.

question

Most helpful comment

I found out that I needed to set transparent={false}

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HoaiHuynh picture HoaiHuynh  路  3Comments

abdulrahman-khankan picture abdulrahman-khankan  路  4Comments

JoeCMorgan picture JoeCMorgan  路  3Comments

rodrigowpl picture rodrigowpl  路  3Comments

ChristianTucker picture ChristianTucker  路  4Comments