Apperside
Apperside
This would be a very nice feature!
Hello @natew , thanks for your update. I tried to upgrade all of tamagui dependencies in my `main` branch to `1.0.1-beta.135`, but unfortunately something gets broken: on iOS I get...
> Honestly I don't remember @wolframus , I should look back at the project I was working on in June
So, given this is not possible yet, how do you suggest to create specific button variants and easily reuse them? Should I handcraft something like this? ```typescript type Props =...
Thank you @dohomi , I had really missed it, thank you!
Hello @natew , I surely understand your points. Struggling with cross platform compatibility is alway a big deal, and there are tons of things to consider. That being said, I...
For now I added this custom hook in my app: ```typescript import { Variable } from '@tamagui/core' import { useTheme as useTamaguiTheme } from 'tamagui' type ThemeNames = typeof config.themes...
Sorry @dividenconquer , it was just a copy/paste mistake, what you said is what I did
After further investigation I think it is a assets resolution problem: if inside the native app, I return a component which renders an image located in the native project (eg:...
In addition it doesn't work neither in the next js project