diff --git a/packages/rn-tester/js/examples/View/ViewExample.js b/packages/rn-tester/js/examples/View/ViewExample.js index 274937e2ade16b..d8989b90744179 100644 --- a/packages/rn-tester/js/examples/View/ViewExample.js +++ b/packages/rn-tester/js/examples/View/ViewExample.js @@ -230,6 +230,78 @@ class ZIndexExample extends React.Component< }; } +function PositionStaticZIndexExample(): React.Node { + return ( + + + + + + + + + + + + + ); +} + class DisplayNoneStyle extends React.Component< $ReadOnly<{||}>, {| @@ -663,6 +735,11 @@ export default ({ return ; }, }, + { + title: 'ZIndex With Static', + name: 'zindex-with-static', + render: PositionStaticZIndexExample, + }, { title: '`display: none` style', name: 'display-none',