mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak `expo-modules-core` hack patch (#4955)

authored by hailey.at and committed by

GitHub 2939ee7d 40ab67fc

+4 -4
+4 -4
patches/expo-modules-core+1.12.11.patch
··· 4 4 +++ b/node_modules/expo-modules-core/android/src/main/java/expo/modules/adapters/react/NativeModulesProxy.java 5 5 @@ -90,8 +90,8 @@ public class NativeModulesProxy extends ReactContextBaseJavaModule { 6 6 mModuleRegistry.ensureIsInitialized(); 7 - 7 + 8 8 KotlinInteropModuleRegistry kotlinModuleRegistry = getKotlinInteropModuleRegistry(); 9 9 - kotlinModuleRegistry.emitOnCreate(); 10 10 kotlinModuleRegistry.installJSIInterop(); 11 11 + kotlinModuleRegistry.emitOnCreate(); 12 - 12 + 13 13 Map<String, Object> constants = new HashMap<>(3); 14 14 constants.put(MODULES_CONSTANTS_KEY, new HashMap<>()); 15 15 diff --git a/node_modules/expo-modules-core/build/uuid/uuid.js b/node_modules/expo-modules-core/build/uuid/uuid.js ··· 30 30 +++ b/node_modules/expo-modules-core/ios/Core/SharedObjects/SharedObjectRegistry.swift 31 31 @@ -173,7 +173,7 @@ public final class SharedObjectRegistry { 32 32 } 33 - 33 + 34 34 internal func clear() { 35 35 - Self.lockQueue.async { 36 - + DispatchQueue.main.sync { 36 + + Self.lockQueue.sync { 37 37 self.pairs.removeAll() 38 38 } 39 39 }