Skip to content

Commit

Permalink
Merge pull request #33 from stokesbga/master
Browse files Browse the repository at this point in the history
requiresMainThread warning fix
  • Loading branch information
prscX authored Jul 1, 2018
2 parents d6279ea + 2b8d6db commit 72cf689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/RNAppTour.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ - (NSUInteger)count {
return _keys.count;
}

+ (BOOL)requiresMainQueueSetup
{
return YES;
}

- (NSEnumerator *)keyEnumerator {
return _keys.objectEnumerator;
}
Expand Down

0 comments on commit 72cf689

Please sign in to comment.