lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touchable delay and sticking

davidpett opened this issue · comments

It seems to be understood that the Touchable module is hacked together (it says so in the comments). I have tried mapping the Touchable for web and native to use TouchableWithoutFeedback from react-native and react-native-web and it seems to work correctly in both cases.

Is there a reason to keep the hack around?