diff --git a/app.json b/app.json index 2395acc2..2ad2ee22 100644 --- a/app.json +++ b/app.json @@ -81,9 +81,11 @@ { "ios": { "deploymentTarget": "15.6", - "useFrameworks": "static" + "useFrameworks": "static", + "newArchEnabled": false }, "android": { + "newArchEnabled": false, "android": { "compileSdkVersion": 34, "targetSdkVersion": 34, diff --git a/bun.lockb b/bun.lockb index 249e5d5f..f015d269 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1eea8c50..69b0e977 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "nativewind": "^2.0.11", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "npm:react-native-tvos@0.76.5-0", + "react-native": "npm:react-native-tvos@~0.74.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 +100,7 @@ "react-native-uitextview": "^1.4.0", "react-native-url-polyfill": "^2.0.0", "react-native-uuid": "^2.0.2", - "react-native-video": "^6.9.0", + "react-native-video": "^6.8.0", "react-native-volume-manager": "^1.10.0", "react-native-web": "~0.19.13", "react-native-webview": "13.8.6",