Optional
actionAction area for buttons or other content. Anything can be used; recommended is ghost or tertiary [this may be out of date with new dark mode tertiary] button.
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
kind?: NotificationTypesNotification kind (defeault is info)
Optional
lowIndicate if low contrast mode should be used
Optional
multiIndicatre if items should stack instead of being side by side
Optional
onCallback when dismiss is pressed (will render X to dismiss if set)
Optional
onText to use for on dismiss icon (accessibility). Defaults to ENGLISH "Close"
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Optional
subSubtitle of the notification
Title of the notification
Generated using TypeDoc
Props for Notification component