cooperka / react-native-snackbar

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

Custom duration Snackbar #135

Open maxmijn opened 4 years ago

maxmijn commented 4 years ago

Thanks a lot for this library!

I was wondering if it is possible to set a custom duration for the Snackbar. 3 seconds (the LENGTH_LONG) is too short for my needs and indefinite is not an option.

Cheers

cooperka commented 4 years ago

Based on an initial check online it looks like Android's Snackbar supports this -- https://stackoverflow.com/a/44009407/763231

I would happily accept a PR adding this feature to this library. Thanks @maxmijn.