Skip to content

Commit

Permalink
Merge branch 'theo/fix_warning' into 'master'
Browse files Browse the repository at this point in the history
ios: do not run on main queue

See merge request TankerHQ/sdk-react-native!40
  • Loading branch information
theodelrieu committed Jun 11, 2021
2 parents e74ca02 + 941a768 commit c04b35e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/ClientReactNative.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ - (instancetype) init
return self;
}

+ (BOOL)requiresMainQueueSetup
{
return NO;
}

-(NSArray<NSString *> *)supportedEvents
{
return @[@"tankerLogHandlerEvent"];
Expand Down

0 comments on commit c04b35e

Please sign in to comment.