introduce store with idle tracking

This commit is contained in:
Jorrin
2024-02-12 16:11:35 +01:00
parent 3d1a5a88f2
commit 094c0382a6
12 changed files with 234 additions and 176 deletions

View File

@@ -26,6 +26,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"expo": "~50.0.5",
"expo-av": "~13.10.5",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
@@ -34,6 +35,7 @@
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "^12.8.2",
"immer": "^10.0.3",
"nativewind": "~4.0.23",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -45,9 +47,9 @@
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "~4.8.2",
"react-native-screens": "~3.29.0",
"react-native-video": "6.0.0-beta.5",
"react-native-web": "^0.19.10",
"tailwind-merge": "^2.2.1"
"tailwind-merge": "^2.2.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.9",