Results 20 comments of Lucian

Is there any update on this? Does Tina not support lists of references?

> I added the prop style={{ fontSize: 14 }}, and it works for me: Setting font size also worked for me - glad I checked out the issues tab! Thank...

> I had the same issue and it's not an Expo problem. The problem is that after `7.2.0` at some point it is introduced a native module in the package...

Hey, I'd love to know if there is any update on this? I am often finding myself battling with the inline styles in a CSS war to make the layouts...

Anyone ever find a solution to this? I also want my images to be uploaded into my `/src/assets` folder accessed via the root (`src` is sibling to `tina` directory) I...

Did you ever find a workaround for this? I am also getting a flicker on page load

Yeah I was actually thinking of doing the exact same, but using the new Astro Assets feature which is going to be replacing their component. The only thing I really...

Also facing the same issues. Has this been resolved? > You can import from node_modules. This work for me. > > `import { Picture } from "node_modules/astro-imagetools/components";` This doesn't work...

I'm still getting this issue. I can spin up the site fine, using everything as default from the cloned repo (+ my .env environment with my database url to Supabase)....

I'm getting a similar issue I think also due to viewbox. Currently investigating a fix for my case but intrigued to see follow up here.