Skip to content

Commit e787a88

Browse files
authored
docs: update reanimated-drawer-layout.mdx (#3649)
Modify the Example link ## 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 e8a8ad6 commit e787a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

136136
## Example:
137137

138-
See the [reanimated drawer layout example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/release_tests/reanimatedDrawerLayout/index.tsx) from GestureHandler example app.
138+
See the [reanimated drawer layout example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/apps/common-app/src/release_tests/reanimatedDrawerLayout/index.tsx) from GestureHandler example app.
139139

140140
```js
141141
import React, { useRef } from 'react';

0 commit comments

Comments
 (0)