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.