Thalida Noel

Results 7 comments of Thalida Noel

Ran into this issue and was able to solve it with a hackity-hack™️ (as of `^2.0.0-beta.1`). This issue is fairly stale (is this package still supported?) Either way, commenting my...

Sharing my vue (vue3) solution in case it's helpful, and I'm also interested to see how other folks have rolled their own. This gives full control to Gridstack to handle...

> that's great and it would be great if you could add an running vue example like the other ones already posted... I'll open a PR today with new demos...

+1 to this feature -- For my own project, I didn't implement nested, but I was able to override the templates to add support for collapsible by overriding this template...

Any update on when this can be resolved for Android? I sadly don't know enough (yet) to contribute up a fix myself.

I just ran into this issue with the `Dialog`, I was able to resolve by adding `renderScrollComponent={ScrollView}` to the nested FlashList. In my case I had to use the `react-native-gesture-handler`...