From 41fad83cbae25aaff2e9b3e83387bffa95e40748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Ba=C5=BEant?= Date: Thu, 30 Oct 2025 12:00:36 +0100 Subject: [PATCH] chore(suite-native): Fix expo-modules-core patch --- ...-modules-core+2.5.0.patch => expo-modules-core+3.0.22.patch} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename patches/{expo-modules-core+2.5.0.patch => expo-modules-core+3.0.22.patch} (95%) diff --git a/patches/expo-modules-core+2.5.0.patch b/patches/expo-modules-core+3.0.22.patch similarity index 95% rename from patches/expo-modules-core+2.5.0.patch rename to patches/expo-modules-core+3.0.22.patch index a63fea1dd9..abfbe39130 100644 --- a/patches/expo-modules-core+2.5.0.patch +++ b/patches/expo-modules-core+3.0.22.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/expo-modules-core/src/Platform.ts b/node_modules/expo-modules-core/src/Platform.ts -index e736f6e..7a12a06 100644 +index a6d6c37..f3be1ff 100644 --- a/node_modules/expo-modules-core/src/Platform.ts +++ b/node_modules/expo-modules-core/src/Platform.ts @@ -11,12 +11,6 @@ export type PlatformSelectOSType = PlatformOSType | 'native' | 'electron' | 'def