score:4

you can use touchableopacity as a view that provides touchable feedback. eg

<touchableopacity
    onpress = {() => function()}
    onlongpress = {() => longerfunction()}
    style = {{these can be the same as a normal view}}>
</touchableopacity>

you can also use touchablehighlight and touchablewithoutfeedback, which provide a darkening onpress effect and no effect respectively.


Related Query

More Query from same tag