how to make pressable svg on react native
I have an svg and i need to make some paths/circles pressable using react-native-svg.
Path seems accepting onPress props but on second render it goes undefined, maybe some typescript bug, i didn’t understand. When i wrap Path element with TocuhableOpacity and Pressable it goes from screen, i taught there was a styling problem by default. I tried to neutralize styling of Pressable but it didn’t work.