From 74093062e3c7a9a2aaa45af316acb8f77f3a2da1 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Fri, 5 Jul 2024 11:44:29 -0400 Subject: [PATCH 1/2] Update Podfile.lock --- ios/Podfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 070946991..1657f5da9 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - boost (1.76.0) - - BugsnagReactNative (7.24.0): + - BugsnagReactNative (7.25.0): - React-Core - BVLinearGradient (2.8.3): - React-Core @@ -345,7 +345,7 @@ PODS: - React - react-native-randombytes (3.6.1): - React-Core - - react-native-safe-area-context (4.10.5): + - react-native-safe-area-context (4.10.7): - React-Core - react-native-secure-key-store (2.0.10): - React-Core @@ -772,7 +772,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 7dcd2de282d72e344012f7d6564d024930a6a440 - BugsnagReactNative: 65729c7ee7d9f61b8dbd9f046d920bb38a43931a + BugsnagReactNative: 5b7370cd797d247983ace25aa07cca0058d7d505 BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 @@ -809,7 +809,7 @@ SPEC CHECKSUMS: react-native-menu: d32728a357dfb360cf01cd5979cf7713c5acbb95 react-native-qrcode-local-image: 35ccb306e4265bc5545f813e54cc830b5d75bcfc react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 - react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 + react-native-safe-area-context: 422017db8bcabbada9ad607d010996c56713234c react-native-secure-key-store: 910e6df6bc33cb790aba6ee24bc7818df1fe5898 react-native-tcp-socket: ea937a61ee9ff2cb3cceade359290a46ad2b5aab React-NativeModulesApple: 3107f777453f953906d9ba9dc5f8cbd91a6ef913 From b94f809da1ecd457419c1fff60bcaaef1d121bad Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Fri, 5 Jul 2024 19:30:18 -0400 Subject: [PATCH 2/2] Update EventEmitter.m --- ios/EventEmitter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/EventEmitter.m b/ios/EventEmitter.m index 10dad3a94..863a5d217 100644 --- a/ios/EventEmitter.m +++ b/ios/EventEmitter.m @@ -15,7 +15,7 @@ static EventEmitter *sharedInstance; RCT_EXPORT_MODULE(); + (BOOL)requiresMainQueueSetup { - return NO; + return YES; } + (EventEmitter *)sharedInstance {