Kevin C

Results 118 comments of Kevin C

Hmm, I haven't tested this yet but I'm guessing the snackbar gets attached to the current scene and goes offscreen along with the scene as it gets popped. Thanks for...

## Official workaround: In the meantime, I'd suggest just adding a `setTimeout` before showing the snackbar so it gets attached to the scene below instead of the scene being popped.

@ayazhussein it's definitely a bug; the snackbar appears on the modal that you just dismissed when really it should be appearing on top of everything irrespective of what's currently on...

Thanks for the offer @mahomahoxd -- support for modals was added in https://github.com/cooperka/react-native-snackbar/pull/17 and this is a remaining bug that hasn't been addressed yet. If you could help I'd really...

Hopefully this PR improves things: https://github.com/cooperka/react-native-snackbar/pull/179 (released in v2.4.0)

Eventually, yes! Currently it already supports `VirtualizedList`, which `SectionList` uses in the background. Feel free to submit a PR. --- See discussion below for more details.

Hi @Leeds-eBooks, I too would like to start using the new components with Maps. I'm currently in the process of refactoring to make it easier to support new types of...

Sure, feel free to post here and I'll try to get back to you as quickly as I can. Are you suggesting we don't support SectionList directly, but instead support...

Hmm, I see what you mean. The API has changed significantly from ListView; I didn't realize SectionList took a totally different input prop. Transcribed here mostly for my own understanding:...

To sum up: I see no need to support immutable data with SectionList specifically, because of the aforementioned API changes. What I do see is a need for section headers...