Skip to content

Commit

Permalink
Add asyncVariable to supported events
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-halim committed Oct 28, 2020
1 parent 0214bd4 commit df2a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNTaplyticsReact.m
Expand Up @@ -19,7 +19,7 @@ - (dispatch_queue_t)methodQueue

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

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

0 comments on commit df2a0d4

Please sign in to comment.