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

Question : Is there any way to know whether the snackbar is opened

Open dngconsulting opened this issue 3 years ago • 2 comments

I have an absolute positioned Fab button that should be hidden when the snackbar is opened, is there any way to know whether the snackbar is visible or not ?

Thanks

dngconsulting avatar Feb 03 '21 13:02 dngconsulting

Hi @dngconsulting, as far as I know, Android doesn't provide callbacks for this and the timing can vary depending on platform. I'd welcome a PR if you know of a good solution.

cooperka avatar Mar 08 '21 01:03 cooperka

I want to know some similar thing. How can I know if SnackBar is closed? I tried to add the function in onPress in action but what if the SnackBar is dismissed after the duration of LENGTH_LONG I have passed to duration.

iamrohitagg avatar Oct 20 '21 09:10 iamrohitagg