Merge pull request 'Hao' (#2) from Hao into main

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
Hao
2026-01-30 10:15:45 +00:00
12 changed files with 372 additions and 366 deletions

View File

@@ -6,8 +6,7 @@
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "node ./scripts/postinstall-fix-metro.js"
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
@@ -39,6 +38,7 @@
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@types/react": "~19.1.0",
"react-test-renderer": "19.1.0",
"typescript": "~5.9.2"