@@ -18,7 +18,7 @@ The `openDrawer` action can be used to open the drawer pane.
1818<Tabs groupId =" config " queryString =" config " >
1919<TabItem value =" static " label =" Static " default >
2020
21- ``` js name="Drawer Actions - openDrawer" snack version=7
21+ ``` js name="Drawer Actions - openDrawer" snack
2222import * as React from ' react' ;
2323import { View , Text } from ' react-native' ;
2424import { Button } from ' @react-navigation/elements' ;
@@ -103,7 +103,7 @@ export default function App() {
103103</TabItem>
104104<TabItem value="dynamic" label="Dynamic">
105105
106- ```js name="Drawer Actions - openDrawer" snack version=7
106+ ```js name="Drawer Actions - openDrawer" snack
107107import * as React from ' react' ;
108108import { View, Text } from ' react- native' ;
109109import { Button } from ' @react- navigation/ elements' ;
@@ -196,7 +196,7 @@ The `closeDrawer` action can be used to close the drawer pane.
196196<Tabs groupId="config" queryString="config">
197197<TabItem value="static" label="Static" default>
198198
199- ` ` ` js name= " Drawer Actions - closeDrawer" snack version = 7
199+ ` ` ` js name= " Drawer Actions - closeDrawer" snack
200200import * as React from ' react' ;
201201import { View , Text } from ' react-native' ;
202202import { Button } from ' @react-navigation/elements' ;
@@ -279,7 +279,7 @@ export default function App() {
279279</TabItem>
280280<TabItem value="dynamic" label="Dynamic" >
281281
282- ```js name="Drawer Actions - closeDrawer" snack version=7
282+ ```js name="Drawer Actions - closeDrawer" snack
283283import * as React from ' react' ;
284284import { View, Text } from ' react- native' ;
285285import { Button } from ' @react- navigation/ elements' ;
@@ -370,7 +370,7 @@ The `toggleDrawer` action can be used to open the drawer pane if closed, or clos
370370<Tabs groupId="config" queryString="config">
371371<TabItem value="static" label="Static" default>
372372
373- ` ` ` js name= " Drawer Actions - toggleDrawer" snack version = 7
373+ ` ` ` js name= " Drawer Actions - toggleDrawer" snack
374374import * as React from ' react' ;
375375import { View , Text } from ' react-native' ;
376376import { Button } from ' @react-navigation/elements' ;
@@ -455,7 +455,7 @@ export default function App() {
455455</TabItem>
456456<TabItem value="dynamic" label="Dynamic">
457457
458- ```js name="Drawer Actions - toggleDrawer" snack version=7
458+ ```js name="Drawer Actions - toggleDrawer" snack
459459import * as React from ' react' ;
460460import { View, Text } from ' react- native' ;
461461import { Button } from ' @react- navigation/ elements' ;
@@ -550,7 +550,7 @@ The `jumpTo` action can be used to jump to an existing route in the drawer navig
550550<Tabs groupId="config" queryString="config">
551551<TabItem value="static" label="Static" default>
552552
553- ` ` ` js name= " Drawer Actions - jumpTo" snack version = 7
553+ ` ` ` js name= " Drawer Actions - jumpTo" snack
554554import * as React from ' react' ;
555555import { View , Text } from ' react-native' ;
556556import { Button } from ' @react-navigation/elements' ;
@@ -635,7 +635,7 @@ export default function App() {
635635</TabItem>
636636<TabItem value="dynamic" label="Dynamic">
637637
638- ```js name="Drawer Actions - jumpTo" snack version=7
638+ ```js name="Drawer Actions - jumpTo" snack
639639import * as React from ' react' ;
640640import { View, Text } from ' react- native' ;
641641import { Button } from ' @react- navigation/ elements' ;
0 commit comments