Skip to content

Commit ae9394a

Browse files
authored
docs: update drawer-layout.mdx (#3657)
## Description <!-- Description and motivation for this PR. Include 'Fixes #<number>' if this is fixing some issue. --> ## Test plan <!-- Describe how did you test this change here. -->
1 parent 9aa8cc2 commit ae9394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs-gesture-handler/docs/components/drawer-layout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Specifies whether context menu should be enabled after clicking on underlying vi
138138

139139
## Example:
140140

141-
See the [drawer example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/basic/horizontalDrawer/index.tsx) from GestureHandler Example App or view it directly on your phone by visiting [our expo demo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo).
141+
See the [drawer example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/apps/common-app/src/basic/horizontalDrawer/index.tsx) from GestureHandler Example App or view it directly on your phone by visiting [our expo demo](https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo).
142142

143143
```js
144144
class Drawerable extends Component {

0 commit comments

Comments
 (0)