cooperka / react-native-snackbar

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

Snackbar doesn't go away when user tap in it. #131

Closed bbeckk closed 4 years ago

bbeckk commented 4 years ago

How to make snackbar disppear when it is tapped?

Snackbar.show({
  title: 'Hello world',
  duration: Snackbar.LENGTH_SHORT,
});
cooperka commented 4 years ago

Hi @bbeckk, you can add an action if you want the user to be able to tap something (see readme for details). Otherwise, the snackbar can't be tapped.