cooperka / react-native-snackbar

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

Snackbar.LENGTH_INDEFINITE dismiss immediately #178

Closed tarouboy closed 3 years ago

tarouboy commented 3 years ago

It works fine when I call the snackbar on component, e.g. componentDidMount; However it will dismiss immediately if I call the snackBar in anywhere else, e.g.g redux saga It used to be working in such cases.

cooperka commented 3 years ago

Hi @tarouboy, could you have a look at this issue and see if a similar workaround helps you? https://github.com/cooperka/react-native-snackbar/issues/28

Happy to re-open if this is a different issue; in that case please provide an example app so I can help test. Cheers.