Skip to content

Commit f92423e

Browse files
Add requiresMainQueueSetup method
1 parent e19e18e commit f92423e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNSoundRecorder.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ - (NSDictionary *)constantsToExport
6666
};
6767
}
6868

69+
+ (BOOL)requiresMainQueueSetup
70+
{
71+
return YES;
72+
}
73+
6974
RCT_EXPORT_METHOD(start:(NSString *)path
7075
options:(NSDictionary *)options
7176
resolver:(RCTPromiseResolveBlock)resolve

0 commit comments

Comments
 (0)