Skip to content

Commit

Permalink
fix: fixes onMapClick event handling on iOS (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu authored Jun 3, 2024
1 parent 73aa2e1 commit a8ce097
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions components/navigation/navigationView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default class NavigationView extends React.Component<NavigationViewProps>
'onRecenterButtonClick': this.onRecenterButtonClick,
'onRouteStatusResult': this.onRouteStatusResult,
'onMapReady': this.onMapReady,
'onMapClick': this.onMapClick,
'onReroutingRequestedByOffRoute': this.onReroutingRequestedByOffRoute,
'onLocationChanged': this.onLocationChanged,
'onNavigationInitError': this.onNavigationInitError,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-navigation-sdk",
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"author": "Google",
"description": "A react-native library for Google's Navigation SDK",
"private": false,
Expand Down

0 comments on commit a8ce097

Please sign in to comment.