Open langfan94 opened 3 years ago
Components only have onChange and onChangeComplete of Handling Events. But I need to handle onTouchStart or others. example: <HuePicker onTouchStart={handleTouchStart} />
<HuePicker onTouchStart={handleTouchStart} />
Components only have onChange and onChangeComplete of Handling Events. But I need to handle onTouchStart or others. example:
<HuePicker onTouchStart={handleTouchStart} />