birkir / react-native-carplay

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

Android Auto push notification #197

Open GrzegorzZajac000 opened 3 months ago

GrzegorzZajac000 commented 3 months ago

Describe the bug I cannot send alert (push notification) to Android Auto. Toast simply works CarPlay.bridge.toast('test', 1000);, but alert not.

To Reproduce

CarPlay.bridge.alert({
    id: 1000
    title: 'Some test message',
    duration: 5000,
  });

Expected behavior Working push notification on Android Auto.

Android Auto (please complete the following information):