Nate Wienert
Nate Wienert
Will try and get to this soon, but yea we do explicitly recommend against, but for v2 we want to get all components to stable and Dialog can make sense...
It works without fabric. Set `TAMAGUI_USE_NATIVE_PORTAL=1` to make Android work as well without Fabric Problem is React Native doesn't support portals, we are hacking things to make that work and...
@wongk I do think we can fix still, is it only Android that reproduces or does iOS too?
React Native modal has a bunch of issues including z-index and touch events going weird, we did try it before.
Would be great to help minimize files at the root.
Wouldn’t this mean no more optimistic UI? In that before we could animate in a next page and show skeletons, whereas with this change you’d have a click… then wait…...
I get that but those fallbacks are very ad hoc, you have to basically render a totally fake page then rather than having your components automatically render a skeleton when...
The only way I've been able to reproduce is in production with the tamagui.dev site. But that requires a lot of setup unfortunately. I am now on hono 4.6.1 and...
Added a patch so right before the line: ``` const chunksize = end - start + 1; ``` I added a log: ``` if (isNaN(start) || isNaN(end)) console.log('nan start or...
Is this fixed? I remember I went to fix this a month or so ago.