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

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);