Skip to content

Commit 60fec9c

Browse files
lebedevosdnk
authored andcommitted
Fix duplicate link in touchables doc (#470)
1 parent 7c0f306 commit 60fec9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/component-touchables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sidebar_label: Touchables
66
Gesture Handler library provides an implementation of RN's touchable components that are based on [native buttons](component-buttons.md) and does not rely on JS responder system utilized by RN. Our touchable implementation follows the same API and aims to be a drop-in replacement for touchables available in React Native.
77

88
React Native's touchables API can be found here:
9+
- [Touchable Native Feedback](https://facebook.github.io/react-native/docs/touchablenativefeedback)
910
- [Touchable Highlight](https://facebook.github.io/react-native/docs/touchablehighlight)
1011
- [Touchable Opacity](https://facebook.github.io/react-native/docs/touchableopacity)
11-
- [Touchable Highlight](https://facebook.github.io/react-native/docs/touchablehighlight)
1212
- [Touchable Without Feedback](https://facebook.github.io/react-native/docs/touchablewithoutfeedback)
1313

1414
All major touchable properties (except from `pressRetentionOffset`) have been adopted and should behave in a similar way as with RN's touchables.

0 commit comments

Comments
 (0)