Theme has been updated to be more inline with the storefront.

This commit is contained in:
michael
2026-01-26 15:50:46 -08:00
parent 2409ec3625
commit 199146d0b9
7 changed files with 236 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
"strict": true,
"target": "ESNext",
"lib": [
"ES2020",
"ES2021",
"DOM"
],
"module": "ESNext",
@@ -21,13 +21,16 @@
]
},
"include": [
"**/*.ts",
"**/*.tsx"
"src/**/*.ts",
"src/**/*.tsx",
"*.ts",
"*.tsx"
],
"exclude": [
"node_modules",
"android",
"ios"
"ios",
"../react-native-dt-theme"
],
"extends": "expo/tsconfig.base"
}