Skip to content

Commit

Permalink
Add propertiesLoadedCallback to supported events
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-halim authored Sep 23, 2020
2 parents d478d73 + 9a4b5a5 commit b57574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNTaplyticsReact.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ - (dispatch_queue_t)methodQueue

- (NSArray<NSString *> *)supportedEvents
{
return @[@"pushOpened",@"pushReceived"];
return @[@"propertiesLoadedCallback",@"pushOpened",@"pushReceived"];
}

- (void)sendEvent:(NSString *)name withValue:(id)value
Expand Down

0 comments on commit b57574f

Please sign in to comment.