feat: update main entry point in package.json and add turn timer functionality in TableScreen

This commit is contained in:
2025-12-20 23:34:59 +01:00
parent adefca23ca
commit 15db4268d4
3 changed files with 31 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "blackjack-mobile",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",