Skip to content

Commit

Permalink
Merge pull request #130 from medelman17/master
Browse files Browse the repository at this point in the history
Add requiresMainQueueSetup to cure RN v0.52 warning
  • Loading branch information
wonday authored Feb 10, 2018
2 parents 03cabdf + c930849 commit 3447df3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/RCTPdf/PdfManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ - (instancetype)init

}

+ (BOOL)requiresMainQueueSetup
{
return YES;
}


- (void)dealloc
{
// release pdf docs
Expand Down

0 comments on commit 3447df3

Please sign in to comment.