Open ekryski opened 7 years ago
Not sold on this. Touchable could have onTouchStart, onTouchEnd etc. onPress is like "onTouch" but without thinking about start/end. Imo it's better to keep it this way.
Yeah, I'm kind of on the fence on this as well. It seems like a bit of a "make work" project purely for semantics but I did hear @lelandrichardson mention it on a recent podcast so thought I would kick up an issue.
Should be intractable if anything :) or button
This might be just semantics but since Touchable implements
onPress
and various of "press" methods, maybe it makes more sense for it to be calledPressable
?