A while ago all my <Text>
components started giving TypeScript errors for missing attributes (onPressIn
and onPressOut
). Now, I would prefer not to add all these attributes with undefined values to all my <Text>
components.
How do I fix this? And are these attributes suddenly required?