From fe16a3b0f3c8d795d3089033a659e518bc2f9224 Mon Sep 17 00:00:00 2001 From: Tom Bryden Date: Fri, 19 Jun 2026 00:36:08 +0100 Subject: [PATCH] fix: internal import ClerkExpo so ios build works --- packages/expo/ios/ClerkNativeBridge.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/expo/ios/ClerkNativeBridge.swift b/packages/expo/ios/ClerkNativeBridge.swift index 2a638d64ab2..596397e82e2 100644 --- a/packages/expo/ios/ClerkNativeBridge.swift +++ b/packages/expo/ios/ClerkNativeBridge.swift @@ -7,7 +7,7 @@ import SwiftUI import Observation @_spi(FrameworkIntegration) import ClerkKit import ClerkKitUI -import ClerkExpo // Import the pod to access ClerkNativeBridgeProtocol +internal import ClerkExpo // Import the pod to access ClerkNativeBridgeProtocol private struct ClerkExpoHeaderMiddleware: ClerkRequestMiddleware { // Replaced by the config plugin when this bridge is copied into the app target.