init glueastack Components

This commit is contained in:
Patryk
2025-04-04 21:52:34 +02:00
parent 3abef3acba
commit b248aee33d
18 changed files with 2980 additions and 1149 deletions

View File

@@ -5,6 +5,9 @@
"paths": {
"@/*": [
"./*"
],
"tailwind.config": [
"./tailwind.config.js"
]
}
},
@@ -13,7 +16,7 @@
"**/*.tsx",
"**/*.jsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}
}