lelandrichardson / react-primitives

Primitive React Interfaces Across Targets
MIT License
3.09k stars 108 forks source link

Touchable delay and sticking #118

Closed davidpett closed 5 years ago

davidpett commented 6 years ago

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?