Skip to content

Commit 108482b

Browse files
authoredNov 10, 2021
Merge pull request #133 from GeekyAnts/fix/drawer-nav-example
Fix: drawer navigation example
2 parents 2b2afbe + 5c0ad9e commit 108482b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/buildingDrawerNavigation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Common pattern in navigation is to use drawer from left (sometimes right) side f
99

1010
Here is an example to show how easily and quickly we can use React Native's [DrawerNavigation](https://reactnavigation.org/docs/drawer-based-navigation/) in NB.
1111

12-
```SnackPlayer name=Drawer-Navigation dependencies=@react-navigation/drawer,@react-navigation/native@6.0.6,react-native-vector-icons,react-native-gesture-handler@~1.10.2,react-native-linear-gradient,@react-native-community/masked-view@0.1.10,react-native-screens@~3.4.0,react-native-reanimated@~2.2.0
12+
```SnackPlayer name=Drawer-Navigation dependencies=@react-navigation/drawer,@react-navigation/native@6.0.6,react-native-vector-icons,react-native-gesture-handler@~1.10.2,react-native-linear-gradient,@react-native-community/masked-view@0.1.10,react-native-screens@~3.8.0,react-native-reanimated@~2.2.0
1313
import * as React from 'react';
1414
import { NavigationContainer } from '@react-navigation/native';
1515
import {

‎docs/button.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When you use the ButtonGroup component, it allows you to:
5656
- Add spacing between the buttons.
5757
- Flush the buttons together by removing the border radius of the its children as needed.
5858

59-
```ComponentSnackPlayer path=primitives,ButtonGroup,basic.tsx
59+
```ComponentSnackPlayer path=components,primitives,ButtonGroup,basic.tsx
6060

6161
```
6262

@@ -66,9 +66,9 @@ When you use the ButtonGroup component, it allows you to:
6666

6767
```
6868

69-
## Props
69+
## Props
7070

71-
### Button
71+
### Button
7272

7373
```ComponentPropTable path=primitives,Button,Button.tsx
7474

0 commit comments

Comments
 (0)
Please sign in to comment.