Feature Request: Support more dimming for formSheet
#2555
JacobJaffe
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Hey, this surely can be done on Android, because we're controlling the dimming view directly. iOS however uses the |
Beta Was this translation helpful? Give feedback.
3 replies
-
@kkafar Can you add support for specifying the background dim color on Android if that is possible as you mentioned? That's a feature I would like to use in an app I am working on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, apologizes if I should be posting this in the
react-navigation
repo instead, I think its more apt here, since I believe this is related to the underlying exposing of the iOS functionality with howUIModalPresentationStyle.formSheet
is currently used.Basically, I'd like to be able to bump-up the "dimmed" background when using a
formSheet
. Basically what's outlined here: https://stackoverflow.com/questions/77800808/any-way-to-change-the-amount-of-dimming-when-using-a-uisheetpresentationcontrollWould this be possible to expose to the screen?
Also see my post for this in react-navigation, as per the native-stack navigator: react-navigation/react-navigation#12325
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions