Commit Graph

16 Commits

Author SHA1 Message Date
0bac2dd4f6 Add initial iOS project structure for Vegas Blackjack
- Created SplashScreenBackground image asset with multiple scales.
- Added image file for SplashScreenBackground.
- Initialized Info.plist with essential app configuration.
- Created SplashScreen storyboard for launch screen design.
- Added Expo.plist for update configurations.
- Created bridging header for Swift compatibility.
- Added entitlements for in-app payments.
- Implemented main entry point for the application.
- Added a placeholder Swift file for native module compatibility.
2025-12-21 00:37:27 +01:00
d84ea09bc9 feat: update dependencies and enhance TableScreen for better responsiveness and user guidance 2025-12-21 00:34:56 +01:00
2b40cfe80f feat: enhance Seat, TableBackground, TableMarkings, and TableScreen components for improved styling and layout adjustments 2025-12-21 00:32:31 +01:00
8532fee1c3 feat: integrate BlurView for enhanced UI in TableScreen and adjust padding in TableBackground 2025-12-21 00:29:28 +01:00
5181b36014 feat: add quick deposit functionality and update button labels in LobbyScreen 2025-12-21 00:24:36 +01:00
72092ea3c2 feat: update Seat and TableBackground components for improved styling and add TableMarkings component 2025-12-21 00:24:00 +01:00
1e58848629 feat: update deposit limits and custom input placeholder in LobbyScreen 2025-12-21 00:21:07 +01:00
e5fdc0c54f feat: enhance layout with safe area insets and improve table screen structure 2025-12-21 00:20:20 +01:00
65d61a0359 feat: add custom deposit amount input in LobbyScreen 2025-12-21 00:17:00 +01:00
33fab5dd1a feat: add @babel/runtime dependency in package.json 2025-12-20 23:48:36 +01:00
15db4268d4 feat: update main entry point in package.json and add turn timer functionality in TableScreen 2025-12-20 23:34:59 +01:00
adefca23ca feat: update payment handling in LobbyScreen and configure Stripe merchant identifiers 2025-12-20 23:28:23 +01:00
36e2cde26b feat: update .gitignore and configure platform-specific settings in app.json 2025-12-20 23:21:19 +01:00
03fa5fb853 feat: add .gitignore to exclude node_modules and pnpm-lock.yaml 2025-12-20 23:17:23 +01:00
88052b783a feat: add payment confirmation handling in LobbyScreen 2025-12-20 23:16:07 +01:00
1160c3a713 feat: initialize mobile blackjack app with authentication and game features 2025-12-20 23:10:06 +01:00