chore(suite-native): Fix expo-modules-core patch

This commit is contained in:
Jirka Bažant
2025-10-30 12:00:36 +01:00
committed by Jiří Bažant
parent 0805b13ec8
commit 41fad83cba

View File

@@ -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