Skip to content

Commit e0ac8bf

Browse files
authored
Fixes broken link :: React Native Gesture Handler (#2463)
1 parent 758aa5c commit e0ac8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/drawer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ interface DrawerProps {
133133
* @description: Drawer Component
134134
* @important: If your app works with RNN, your screen must be wrapped
135135
* with gestureHandlerRootHOC from 'react-native-gesture-handler'. see
136-
* @importantLink: https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html#with-wix-react-native-navigation-https-githubcom-wix-react-native-navigation
136+
* @importantLink: https://docs.swmansion.com/react-native-gesture-handler/docs/installation/
137137
* @gif: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Drawer/Drawer.gif?raw=true
138138
*/
139139
class Drawer extends PureComponent<DrawerProps> {

0 commit comments

Comments
 (0)