How to use the react-native-snackbar.SHORT function in react-native-snackbar

To help you get started, we’ve selected a few react-native-snackbar examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Mokkapps / rebelgamer-mobile-app / src / App.js View on Github external
showToast = message => {
    Snackbar.show({
      title: message,
      duration: Snackbar.SHORT,
    });
  };

react-native-snackbar

Material Design "Snackbar" component for Android and iOS.

MIT
Latest version published 1 year ago

Package Health Score

57 / 100
Full package analysis