Skip to content

Commit

Permalink
Merge pull request #23 from googlemaps/arsalaza/address-ios-bug
Browse files Browse the repository at this point in the history
fix: address missing logDebugInfo on iOS
  • Loading branch information
ArturoSalazarB16 authored Feb 16, 2024
2 parents b355193 + 86df915 commit 1543b1f
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 1543b1f

Please sign in to comment.