Nova41

Results 4 comments of Nova41

Still getting the bug in 0.70.4.

I found a much easier solution, but I am not sure if it's case-specific. Simply add a `useColorScheme()` hook call to the component that does not update w.r.t device's color...

> > I found a much easier solution, but I am not sure if it's case-specific. Simply add a `useColorScheme()` hook call to the component that does not update w.r.t...

> As a temporary solution it's possible to add a custom plugin: > > ```js > module.exports = { > theme: { > g: ({ theme }) => theme('spacing'), >...