We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30fe2 commit d737e11Copy full SHA for d737e11
versioned_docs/version-5.x/stack-navigator.md
@@ -305,6 +305,10 @@ Use this prop to have visible shadows during transitions. Defaults to `true`.
305
306
Use this prop to have a semi-transparent dark overlay visible under the card during transitions. Defaults to `true` on Android and `false` on iOS.
307
308
+#### `cardOverlay`
309
+
310
+Function which returns a React Element to display as the overlay for the card. Make sure to set `cardOverlayEnabled` to `true` when using this.
311
312
#### `cardStyle`
313
314
Style object for the card in stack. You can provide a custom background color to use instead of the default background here.
0 commit comments