Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit b75c52e

Browse files
authored
docs: fix the link to gesture handler (#1073)
1 parent 4f1982c commit b75c52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Next, we need to link these libraries. The steps depends on your React Native ve
6969
react-native link react-native-gesture-handler
7070
```
7171

72-
**IMPORTANT:** There are additional steps required for `react-native-gesture-handler` on Android after linking (for all React Native versions). Check the [this guide](https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html) to complete the installation.
72+
**IMPORTANT:** There are additional steps required for `react-native-gesture-handler` on Android after linking (for all React Native versions). Check the [this guide](https://docs.swmansion.com/react-native-gesture-handler/docs/) to complete the installation.
7373

7474
We're done! Now you can build and run the app on your device/simulator.
7575

0 commit comments

Comments
 (0)