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

Commit

Permalink
docs: fix the link to gesture handler (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainahmad authored Oct 7, 2020
1 parent 4f1982c commit b75c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Next, we need to link these libraries. The steps depends on your React Native ve
react-native link react-native-gesture-handler
```

**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.
**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.

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

Expand Down

0 comments on commit b75c52e

Please sign in to comment.