]> git.digitality.be Git - pdw25-26/commit
Mobile : add react native app in Wallette/mobile
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 12:17:22 +0000 (13:17 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 12:17:22 +0000 (13:17 +0100)
commit63de14934f11a311dfe31dcbac1ba975a0fdce89
tree9063c9af51931b79b02012123ae5741de862c10a
parentab4dd14e5d16621aee49286c8f904622f5808580
Mobile : add react native app in Wallette/mobile
28 files changed:
Wallette/mobile/App.tsx [new file with mode: 0644]
Wallette/mobile/app.json [new file with mode: 0644]
Wallette/mobile/index.ts [new file with mode: 0644]
Wallette/mobile/package-lock.json [new file with mode: 0644]
Wallette/mobile/package.json [new file with mode: 0644]
Wallette/mobile/src/components/ActionsCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/MarketCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/StrategyCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/WalletCard.tsx [new file with mode: 0644]
Wallette/mobile/src/components/ui/uiStyles.ts [new file with mode: 0644]
Wallette/mobile/src/config/env.ts [new file with mode: 0644]
Wallette/mobile/src/mocks/dashboard.mock.ts [new file with mode: 0644]
Wallette/mobile/src/mocks/signals.mock.ts [new file with mode: 0644]
Wallette/mobile/src/models/UserSettings.ts [new file with mode: 0644]
Wallette/mobile/src/screens/DashboardScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/screens/HistoryScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/screens/SettingsScreen.tsx [new file with mode: 0644]
Wallette/mobile/src/services/dashboardService.ts [new file with mode: 0644]
Wallette/mobile/src/services/mockApi.ts [new file with mode: 0644]
Wallette/mobile/src/services/signalService.ts [new file with mode: 0644]
Wallette/mobile/src/services/socketService.ts [new file with mode: 0644]
Wallette/mobile/src/theme/theme.ts [new file with mode: 0644]
Wallette/mobile/src/tsconfig.json [new file with mode: 0644]
Wallette/mobile/src/types/Alert.ts [new file with mode: 0644]
Wallette/mobile/src/types/DashboardSummary.ts [new file with mode: 0644]
Wallette/mobile/src/types/Signal.ts [new file with mode: 0644]
Wallette/mobile/src/utils/settingsStorage.ts [new file with mode: 0644]
Wallette/mobile/tsconfig.json [new file with mode: 0644]