This commit is contained in:
sarendsen
2025-01-07 10:08:07 +01:00
parent 373d4ca3b1
commit cda3b64a2b
4 changed files with 70 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"web": "expo start --web",
"prebuild": "expo prebuild --clean",
"prebuild-tv": "EXPO_TV=1 expo prebuild --clean",
"prebuild-tv-new": "EXPO_TV=1 node ./scripts/symlink-native-dirs.js; EXPO_TV=1 expo prebuild --clean",
"test": "jest --watchAll",
"lint": "expo lint",
"postinstall": "patch-package"
@@ -74,7 +75,7 @@
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "npm:react-native-tvos@0.74.5-0",
"react-native": "npm:react-native-tvos@0.76.5-0",
"react-native-awesome-slider": "^2.5.6",
"react-native-bottom-tabs": "0.7.1",
"react-native-circular-progress": "^1.4.1",
@@ -100,7 +101,7 @@
"react-native-uitextview": "^1.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.2",
"react-native-video": "^6.7.0",
"react-native-video": "^6.9.0",
"react-native-volume-manager": "^1.10.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.8.6",
@@ -112,6 +113,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@react-native-community/cli": "15.1.3",
"@react-native-tvos/config-tv": "^0.1.1",
"@babel/core": "^7.26.0",
"@types/jest": "^29.5.14",