feat: 实现交易和账户列表及详情页,并新增通用选择器组件和主标签导航。

This commit is contained in:
2026-01-28 01:03:47 +08:00
parent 5555f7d795
commit 72571b2b9d
15 changed files with 519 additions and 128 deletions

View File

@@ -15,11 +15,16 @@
"@react-navigation/bottom-tabs": "^7.10.1",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.11.0",
"@types/react-native-vector-icons": "^6.4.18",
"react": "19.2.0",
"react-native": "0.83.1",
"react-native-gesture-handler": "^2.30.0",
"react-native-gifted-charts": "^1.4.70",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.20.0"
"react-native-screens": "^4.20.0",
"react-native-svg": "^15.15.1",
"react-native-vector-icons": "^10.3.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",