Kevin C

Results 118 comments of Kevin C

Hi @Ajmal0197, thanks for the video documentation. Could you also explain what your code is doing? I see a flash of blue that's immediately replaced by yellow. Do you want...

Could you please share a working demo app on GitHub that I can test? It's hard to understand what the issue might be otherwise. Thanks!

This is not currently possible, but it sounds useful. I welcome a PR from the community, are you interested in submitting one @dpchami?

Thank you @johakr! Permalink to commit: https://github.com/johakr/react-native-snackbar/commit/c1d485d3e3ab8b7b608adc97dc0636264472e10f. If anyone is willing to make a more general PR for this I'd be happy to merge.

Also see https://github.com/cooperka/react-native-snackbar/issues/28 for a similar issue.

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.

Thanks for the contribution @pe-johndpope -- this change would certainly prevent crashes from being reported, but some more work needs to be done to track down the root cause of...

Strange, can you reproduce it? Generally we'll need to know the exact steps in order to fix the bug.

Are you using `Snackbar.dismiss()`, did you set a length, or both?

Not currently; this would be a big change. If you're willing to try, I'd be happy to accept a PR. Thanks.