react-native-snackbar icon indicating copy to clipboard operation
react-native-snackbar copied to clipboard

Custom duration Snackbar

Open maxmijn opened this issue 6 years ago • 1 comments

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

maxmijn avatar Dec 30 '19 11:12 maxmijn

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.

cooperka avatar Dec 30 '19 16:12 cooperka