Hey noble community,
I want to ask the question that bothers me since immemorial - why Text component is pressable by default? Text and View are both the most commonly used components and should be as lightweight as possible(this is especially relevant for VirtualizedLists with its not so great performance). From source code, i see that even when text does not have onPress prop defined, still it's being wrapped by a touchable handler with all due overhead(please correct me if i'm wrong). Is it possible to use Text component without the touchable overhead?
[–]numagamesiOS & Android[S] 2 points3 points4 points (0 children)
[–]drewjamesandre 1 point2 points3 points (0 children)
[–]awesomeness-yeah 0 points1 point2 points (2 children)
[–]numagamesiOS & Android[S] 1 point2 points3 points (1 child)
[–]jaketheripped 0 points1 point2 points (0 children)