Snackbar
Snackbars provide brief messages about app processes at the bottom of the screen.
π¬ Feedback
π¨ Material Design
Importβ
import { Snackbar } from "@react-native-material/core";
Usageβ
Snackbars inform users of a process that an app has performed or will perform. They appear temporarily, towards the bottom of the screen. They shouldnβt interrupt the user experience, and they donβt require user input to disappear.
Frequencyβ
Only one snackbar may be displayed at a time.
Actionsβ
Two-line messageβ
Propsβ
message
Type: string;
Optional: No
action
Type: React.ReactElement;
Optional: Yes
...SurfaceProps