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