Skip to content

Commit 82f4753

Browse files
sam-n-johnstonchristopherdro
authored andcommitted
Add requiresMainQueueSetup to RNPrint (#61)
1 parent 7e83a47 commit 82f4753

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ios/RNPrint/RNPrint.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,9 @@ -(void)printInteractionControllerWillStartJob:(UIPrintInteractionController*)pri
155155

156156
-(void)printInteractionControllerDidFinishJob:(UIPrintInteractionController*)printInteractionController {}
157157

158+
+(BOOL)requiresMainQueueSetup
159+
{
160+
return YES;
161+
}
162+
158163
@end

0 commit comments

Comments
 (0)