birkir / react-native-carplay

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

Fix iOS createTemplate callback #167

Closed uzegonemad closed 4 months ago

uzegonemad commented 5 months ago

Since Android Auto support was added, the callback parameter is always passed to createTemplate(). This breaks iOS because React Native is expecting two function arguments.

This PR brings parity between iOS and Android.

This would close #166

birkir commented 4 months ago

Thank you