lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Touchable to Pressable?

ekryski opened this issue · comments

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?

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