Skip to content

Commit 976fe81

Browse files
authored
add prop Modal.navigationBarTranslucent (facebook#4446)
1 parent 78bc71c commit 976fe81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/modal.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ The `hardwareAccelerated` prop controls whether to force hardware acceleration f
146146

147147
---
148148

149+
### `navigationBarTranslucent` <div class="label android">Android</div>
150+
151+
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+
149159
### `onDismiss` <div class="label ios">iOS</div>
150160

151161
The `onDismiss` prop allows passing a function that will be called once the modal has been dismissed.

0 commit comments

Comments
 (0)