yamankatby / react-native-material

Modular and customizable Material Design UI components for React Native
https://rn-material.js.org
MIT License
228 stars 38 forks source link

Snackbar does not disappear on its own #58

Open itorres-1 opened 1 year ago

itorres-1 commented 1 year ago

According to the documentation:

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.

However, cannot get this to work on an iOS simulator (iPhone 14 Pro Max @ iOS 16.2), as in, it simply displays and does not disappear on its own, ever. There also doesn't appear to be a way to configure the duration. Am I missing something here? Here are some of my relevant dependencies: