lelandrichardson / react-primitives

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

Rename Touchable to Pressable? #76

Open ekryski opened 7 years ago

ekryski commented 7 years ago

This might be just semantics but since Touchable implements onPress and various of "press" methods, maybe it makes more sense for it to be called Pressable?

MoOx commented 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.

ekryski commented 7 years ago

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.

jcampbell05 commented 6 years ago

Should be intractable if anything :) or button