Skip to content

Commit a8ce097

Browse files
authored
fix: fixes onMapClick event handling on iOS (#167)
1 parent 73aa2e1 commit a8ce097

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

components/navigation/navigationView/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export default class NavigationView extends React.Component<NavigationViewProps>
7474
'onRecenterButtonClick': this.onRecenterButtonClick,
7575
'onRouteStatusResult': this.onRouteStatusResult,
7676
'onMapReady': this.onMapReady,
77+
'onMapClick': this.onMapClick,
7778
'onReroutingRequestedByOffRoute': this.onReroutingRequestedByOffRoute,
7879
'onLocationChanged': this.onLocationChanged,
7980
'onNavigationInitError': this.onNavigationInitError,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-sdk",
3-
"version": "0.3.1-beta",
3+
"version": "0.3.2-beta",
44
"author": "Google",
55
"description": "A react-native library for Google's Navigation SDK",
66
"private": false,

0 commit comments

Comments
 (0)