Results 385 comments of Nate Wienert
trafficstars

Have a fix in main for this will get it out today. Wonder why transition would break it, weird?

Fixed in https://github.com/tamagui/tamagui/releases/tag/v1.98.0

We can probably remove transitions on native by abstracting it in a package for now, or at least put it behind a env var I guess. Cc @jonsherrard good smaller...

So must be something like it's not propagating the press from the inner to outer component?

can you check latest release? we fixed dialogs

Sorry to hear - I saw your messages in Discord, will follow up with you there until we have a great solution. For now, using Expo Go and simulators I...

I think we've fixed all these issues, thanks for the heads up. Let me know if anything is broken still.

This one doesn't make sense because unlike platform extensions which are always going to be separated and consistently separated, server and client "share" code, so on client if you didn't...

Yep, something we need to do. The way they work currently should be similar to web: - ssg happens at compile-time and is included in the bundle - ssr happens...