We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758aa5c commit e0ac8bfCopy full SHA for e0ac8bf
src/components/drawer/index.tsx
@@ -133,7 +133,7 @@ interface DrawerProps {
133
* @description: Drawer Component
134
* @important: If your app works with RNN, your screen must be wrapped
135
* 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
+ * @importantLink: https://docs.swmansion.com/react-native-gesture-handler/docs/installation/
137
* @gif: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Drawer/Drawer.gif?raw=true
138
*/
139
class Drawer extends PureComponent<DrawerProps> {
0 commit comments