homeeondemand / react-native-mapbox-navigation

A navigation UI ready to drop into your React Native application
MIT License
160 stars 122 forks source link

Feature/android-mute-default #98

Closed juancarlosf2 closed 2 years ago

juancarlosf2 commented 2 years ago

The purpose of this pull request is to change the defualt behavior on android where on starting trip event we always initialize the voice instructions commands to unmuted. For our business specific logic is best to left it muted on start, and then the user can decide whether or not to change it's mute state. For the IOS app, we can programmatically assign it to mute in our implementation instead, so this is an android-only feature.