Skip to content

Commit abc18d1

Browse files
zibsAndreyco
authored andcommitted
require main queue setup (#129)
1 parent 2feff8c commit abc18d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-native-payments/lib/ios/ReactNativePayments.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ - (dispatch_queue_t)methodQueue
1212

1313
RCT_EXPORT_MODULE()
1414

15+
+ (BOOL)requiresMainQueueSetup
16+
{
17+
return YES;
18+
}
19+
1520
- (NSDictionary *)constantsToExport
1621
{
1722
return @{

0 commit comments

Comments
 (0)