react native svg onpress

// just put the onPress prop, it works : )
<Svg width="100%" height="100%" onPress={myfnc}></Svg>
GutoTrosla