State from the style function
Primary style to add to the pressable
Optional
customStyle: ((state) => StyleProp<ViewStyle>)Function to use custom styling for state changes. If using may not need this helper at all. But also not bad to have everything in one flow.
Generated using TypeDoc
Pressable styling helper for adding proper feedback to the user Use on Pressable as
style={(state) => pressableFeedbackStyle(state, this.myStyle)}