We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3711ade commit f321a71Copy full SHA for f321a71
cli/src/templates/packages/nativewindui/theme/index.ts.ejs
@@ -2,7 +2,7 @@ import { Theme } from '@react-navigation/native';
2
import { DefaultTheme, DarkTheme } from '@react-navigation/native';
3
import { COLORS } from './colors';
4
5
-const NAV_THEME = {
+const NAV_THEME: { light: Theme; dark: Theme } = {
6
light: {
7
dark: false,
8
colors: {
0 commit comments