Kevin C

Results 118 comments of Kevin C

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...

Hmm very strange, it seems like the only difference between the two calls is the Snackbar title. In order to help I'd need to see a demo app so I...

Ah, Snackbar is a native module so Expo doesn't support it. You can't use Snackbar with Expo. Thanks for the question and demo.

Apologies @kamlesh1000, I saw your demo at and assumed that expo was the issue without looking further. I can't seem to reproduce the issue in your demo because of the...

I must be misunderstanding something because the demo seems to require Expo in order to run. Here's the popup I see when I try to run on mobile: What are...

If you could provide me with a working github repo I can clone and run in an IDE that would be really helpful. I maintain this in my spare time...

Exactly @emmx, thanks for weighing in. The snackbar attaches to whatever view is on top of your screen when the snackbar is shown. If that view happens to be the...

Good call @madhums, I've added a note to the readme that to use with Expo you need to [eject to ExpoKit](https://docs.expo.io/versions/latest/expokit/eject/).

Hi @JulianKingman, thanks for the link. I agree we should follow this recommendation as closely as possible. Unfortunately there's no real way for us to know if the app has...

@JulianKingman that's a good idea, but currently the Snackbar UI is implemented natively, so I don't think that would be possible without rewriting the whole thing in JS. That's something...