You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `navigationBarTranslucent` prop determines whether your modal should go under the system navigation bar. However, `statusBarTranslucent` also needs to be set to `true` to make navigation bar translucent.
152
+
153
+
| Type | Default |
154
+
| ---- | ------- |
155
+
| bool |`false`|
156
+
157
+
---
158
+
149
159
### `onDismiss` <divclass="label ios">iOS</div>
150
160
151
161
The `onDismiss` prop allows passing a function that will be called once the modal has been dismissed.
0 commit comments