_nderscore

Results 18 comments of _nderscore

I'm still able to reproduce using the starter and tamagui 1.9.10 1. Create new starter: ```bash npm create tamagui@latest ``` 2. Replace contents `packages/app/features/home/screen.tsx` of with: ```tsx export function HomeScreen()...

I recently encountered another variation of this issue in my app. In my case, instead of an `` inside of a Sheet, I have a [``](https://github.com/react-native-webview/react-native-webview) inside a Sheet containing...

@natew The sheet being blanked was caused by the sheet conditionally un-mounting its contents during a resize. That's been fixed in #787 --- I think the only other concern here...

> however we had separate server/client entrypoints and the dx was quite a bit worse... It's kind of concerning that DX is being prioritized over ensuring that the library and...

@natew Just took a look at this again on `1.79.19`... I no longer see the issue described by #1937 but the rest of this ticket is still happening. On web,...

In my case, I want to [update the `color` prop of a non-styled component (an SVG icon)](https://github.com/nderscore/tamagui-starter-free/blob/bug-group-pseudo-subscribe/packages/ui/src/NavButton.tsx#L75-L84) on either hover or press. --- I guess an alternative approach might look...

I thought of an idea while chatting about this on discord last night. Even if `usePropsAndStyle` supported groups - it's still not an ideal way to handle psuedo-state styling on...