From fd4e8d5c5d00714b1507d6a6053dd38b21e8808d Mon Sep 17 00:00:00 2001 From: Rob Marscher Date: Mon, 12 Feb 2024 16:36:25 -0500 Subject: [PATCH] Remove a couple lingering references to react-native-web-lite --- apps/next/tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/next/tsconfig.json b/apps/next/tsconfig.json index 1fa0f77bd..fb9c9967d 100644 --- a/apps/next/tsconfig.json +++ b/apps/next/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "baseUrl": ".", "paths": { - "react-native": ["react-native-web-lite"], + "react-native": ["react-native-web"], "app/*": ["../../packages/app/*"], "@t4/api/*": ["../../packages/api/*"], "@t4/ui/*": ["../../packages/ui/*"] @@ -33,8 +33,7 @@ "completionFilters": { "showColorTokens": true, "showTrueTokens": true, - "custom": { - } + "custom": {} } } ]