This commit is contained in:
eric
2026-04-05 01:06:05 -05:00
parent 3bc1599763
commit 9f8b02ea4f
10 changed files with 314 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"generate:branding": "node ./scripts/generate-branding.mjs",
"start": "expo start",
"android": "expo run:android",
"run:android": "expo run:android",
@@ -38,6 +39,7 @@
},
"devDependencies": {
"@types/react": "~19.2.2",
"pngjs": "^7.0.0",
"typescript": "~5.9.2"
},
"private": true,