Skip to content

Commit 1543b1f

Browse files
Merge pull request #23 from googlemaps/arsalaza/address-ios-bug
fix: address missing logDebugInfo on iOS
2 parents b355193 + 86df915 commit 1543b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/react-native-navigation-sdk/CustomEventDispatcher.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ + (id)allocWithZone:(NSZone *)zone {
5151
@"onPolylineClick",
5252
@"onPolygonClick",
5353
@"onCircleClick",
54+
@"logDebugInfo",
5455
];
5556
}
5657

0 commit comments

Comments
 (0)