Skip to content

Commit 9ec056e

Browse files
[iOS] Add requiresMainQueueSetup
Closes #63
1 parent fba5079 commit 9ec056e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNHTMLtoPDF/RNHTMLtoPDF.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ @implementation RNHTMLtoPDF {
4848

4949
RCT_EXPORT_MODULE();
5050

51+
+ (BOOL)requiresMainQueueSetup
52+
{
53+
return YES;
54+
}
55+
5156
@synthesize bridge = _bridge;
5257

5358
- (instancetype)init

0 commit comments

Comments
 (0)