birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
658 stars 108 forks source link

Cancel Navigation Wire Up on Typescript #59

Closed princekurt closed 3 years ago

princekurt commented 3 years ago

4 of the carplay requirements states that the app must cancel navigation once the system sends the - mapTemplateDidCancelNavigation command.

It was already pre-wired, but needed to be interfaced into the typescript side to work properly.

tomdye commented 3 years ago

Good catch @princekurt , I see the corresponding ios code here. 👍

birkir commented 3 years ago

Nice catch!