sanka
sanka
Got this error when I used this inside a ScrollView `VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality...
### Describe the bug If we call `useTheme` out side of the `ThemeProvider`, it should throw an error saying "useTheme must be used within a ThemeProvider". ### Affected component/components Root...
We should remove the initial value of `createContext` in `components/theme-provider.tsx`. If not, `context` has a value all the time resulting in the error not throwing at all since it has...