Nate Wienert
Nate Wienert
I've tested on the tamagui sandbox, if you clone the repo you can just run the development instructions and then run `yarn sandbox` and try out stuff there (minus compiler)....
Should be fixed in latest, lmk if not
Was just going to say ^, though it doesn't have media query support in the same way, and I need to fix its usage with combined space + media query.
@EfosaSO Good point, VisuallyHidden could have some sort of strategy eventually.
Do you mean you want the raw values? It should allow `non-$` so `useTheme().blue1`, if that's broken I can fix. But also you want to return `.val` from that? The...
So looking this over, we can probably improve things, but it's good to know: Theme != Tokens, Tokens never change (which is why `getTokens` not `use`) whereas Theme can change...
This will all be fixed in release going out now, thanks for the heads up.
@apperside it goes to react-native-web which handles the image. I think this is an issue in the starter perhaps react native only allows images from within expo directory? If so...
Is this from the `deploy to vercel` button? I need to fix that to use the new monorepo approach somehow.
To be clear it definitely works in general you just need the right commands set up, but I moved starters into the monorepo because otherwise it's way too much overhead...