react-tappable
react-tappable copied to clipboard
Spacebar triggers Tappable when wrapping an input field
<Tappable onTap={}>
<input type="text" />
</Tappable>
Workaround is to not wrap Tappable around the Input and just overlay.