cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Can we have more than one button in snack bar? #184

Closed Yandamuri closed 3 years ago

ahmed-ismail-nt commented 3 years ago

I think that violates the principles outlined by Material Design:

A snackbar can contain a single action. "Dismiss" or "cancel" actions are optional.

c.f. https://material.io/components/snackbars#usage

Yandamuri commented 3 years ago

@AGIsmail Thank You