Skip to content

Commit 44c1c52

Browse files
zibsCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f963d40 commit 44c1c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-app-auth/plugin/src/expo-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const assertExpo53OrLater = (config: ExpoConfig, projectRoot?: string): v
5757
const major = getExpoSdkMajorVersion(config, projectRoot);
5858
if (major != null && major < MIN_EXPO_SDK_MAJOR_VERSION) {
5959
throw new Error(
60-
`react-native-app-auth config plugin requires Expo SDK ${MIN_EXPO_SDK_MAJOR_VERSION} or later. Detected Expo SDK ${major}.`
60+
`react-native-app-auth iOS Swift AppDelegate patch requires Expo SDK ${MIN_EXPO_SDK_MAJOR_VERSION} or later. Detected Expo SDK ${major}.`
6161
);
6262
}
6363
};

0 commit comments

Comments
 (0)