Skip to content

Commit

Permalink
Merge pull request #1 from zachgibb/patch-1
Browse files Browse the repository at this point in the history
Add requiresMainQueueSetup to prevent warning
  • Loading branch information
phillbaker authored Nov 30, 2018
2 parents 9a80c8e + 6c783e9 commit cd20707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/RNOS.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ - (NSDictionary *)constantsToExport
};
}

+ (BOOL)requiresMainQueueSetup
{
return NO;
}

- (NSDictionary*)networkInterfaces {
NSMutableDictionary* ifaces = [NSMutableDictionary new];
struct ifaddrs *addrs, *ent;
Expand Down

0 comments on commit cd20707

Please sign in to comment.