Skip to content

Commit

Permalink
Update RCTAppleHealthKit.m
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJeff authored Jul 13, 2022
1 parent 758eab7 commit 6cbf36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RCTAppleHealthKit/RCTAppleHealthKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ - (void)emitEventWithName:(NSString *)name body:(NSDictionary *)body {
[[NSNotificationCenter defaultCenter] postNotificationName:name
object:self
userInfo:body];
}

// Will be called when this module's last listener is removed, or on dealloc.
-(void)stopObserving {
Expand Down

0 comments on commit 6cbf36e

Please sign in to comment.