From 15647ce530a0927bd8e6ecaf098f033b32de6ff7 Mon Sep 17 00:00:00 2001 From: ConnorQi01 Date: Thu, 4 Jun 2026 11:01:07 +0800 Subject: [PATCH] Remove unused deprecated XDL fields --- src/typings/exponent/xdl.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/typings/exponent/xdl.d.ts b/src/typings/exponent/xdl.d.ts index b2e352c68..31894af3d 100644 --- a/src/typings/exponent/xdl.d.ts +++ b/src/typings/exponent/xdl.d.ts @@ -56,12 +56,10 @@ declare namespace xdl { interface SDKVersion { androidExpoViewUrl?: string; expoReactNativeTag: string; - /* deprecated */ exponentReactNativeTag?: string; expokitNpmPackage?: string; facebookReactNativeVersion: string; facebookReactVersion?: string; iosExpoViewUrl?: string; - /* deprecated */ iosExponentViewUrl?: string; iosVersion?: string; isDeprecated?: boolean; packagesToInstallWhenEjecting?: { [name: string]: string };