diff --git a/README.md b/README.md index 53c010a4..d06e84d4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ All props are spread onto underlying [FlatList](https://facebook.github.io/react | `dragHitSlop` | `object: {top: number, left: number, bottom: number, right: number}` | Enables control over what part of the connected view area can be used to begin recognizing the gesture. Numbers need to be non-positive (only possible to reduce responsive area). | | `debug` | `boolean` | Enables debug logging and animation debugger. | | `containerStyle` | `StyleProp` | Style of the main component. | -| `simultaneousHandlers` | `React.Ref` or `React.Ref[]` | References to other gesture handlers, mainly useful when using this component within a `ScrollView`. See [Cross handler interactions](https://docs.swmansion.com/react-native-gesture-handler/docs/interactions/). | +| `simultaneousHandlers` | `React.Ref` or `React.Ref[]` | References to other gesture handlers, mainly useful when using this component within a `ScrollView`. See [Cross handler interactions](https://docs.swmansion.com/react-native-gesture-handler/docs/gesture-handlers/basics/interactions). |