Skip to content

Commit

Permalink
fix: address missing logDebugInfo on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoSalazarB16 committed Feb 16, 2024
1 parent b355193 commit 86df915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/react-native-navigation-sdk/CustomEventDispatcher.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ + (id)allocWithZone:(NSZone *)zone {
@"onPolylineClick",
@"onPolygonClick",
@"onCircleClick",
@"logDebugInfo",
];
}

Expand Down

0 comments on commit 86df915

Please sign in to comment.