We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af0379f + 0a879d3 commit 827ce37Copy full SHA for 827ce37
ios/RNInputKit/SwiftModule.m
@@ -14,4 +14,8 @@ @interface RCT_EXTERN_MODULE(SwiftModule, NSObject)
14
15
RCT_EXTERN_METHOD(swiftMethod:(RCTPromiseResolveBlock _Nonnull)resolve reject:(RCTPromiseRejectBlock _Nonnull)reject);
16
17
++ (BOOL)requiresMainQueueSetup {
18
+ return YES;
19
+}
20
+
21
@end
0 commit comments