From 08b28f7599c624aa3db8d6c4cb57ddd7db8a6107 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 18 Aug 2024 10:54:50 +0200 Subject: [PATCH] wip --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fff15664..7351362f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "nativewind": "^2.0.11", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.5", + "react-native": "npm:react-native-tvos", "react-native-circular-progress": "^1.4.0", "react-native-compressor": "^1.8.25", "react-native-gesture-handler": "~2.16.1", @@ -89,5 +89,12 @@ "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, + "expo": { + "install": { + "exclude": [ + "react-native" + ] + } + }, "private": true }