Hello, I've noticed there is no documentation for how to style a button based upon a press.
In NativeWind, the active psedu-class is not supported in RN. And the pressable "pressed" event is only available in the inner JSX.
So if iI want to style the Button component at the Button level ( not the inner children ) when I press it, how would I do this ?
It seem like we would like to see some kind of opacity change or somethig to signal the press ?