feat: deliver accessible UX and icon system
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s

This commit is contained in:
AI Company
2026-07-21 19:56:05 +00:00
parent 305e1236e3
commit 41fadf80af
11 changed files with 202 additions and 20 deletions
+3 -1
View File
@@ -7,9 +7,11 @@
"expo": "~57.0.7",
"expo-linear-gradient": "~57.0.1",
"expo-status-bar": "~57.0.1",
"lucide-react-native": "^1.25.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2"
},
"devDependencies": {
@@ -21,7 +23,7 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"typecheck": "node --stack_size=8192 node_modules/typescript/bin/tsc --noEmit",
"build:web": "expo export --platform web"
},
"private": true