Skip to content

Commit

Permalink
fix: requires main queue setup warning (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanhiland authored Dec 7, 2021
1 parent 2e25e66 commit 29fcb1e
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 670 deletions.
6 changes: 6 additions & 0 deletions ios/Midnight.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
#import <React/RCTEventEmitter.h>

@interface RCT_EXTERN_MODULE(Midnight, NSObject)

+ (BOOL)requiresMainQueueSetup {
return NO;
}

RCT_EXTERN_METHOD(triggerDayChangedEvent)

@end
Loading

0 comments on commit 29fcb1e

Please sign in to comment.