pawan-pk / react-native-mapbox-navigation

Mapbox React Native SDKs enable interactive maps and real-time, traffic-aware turn-by-turn navigation, dynamically adjusting routes to avoid congestion.
MIT License
11 stars 4 forks source link

Mute in Android #7

Closed Nocolais95 closed 1 month ago

Nocolais95 commented 1 month ago

I my friend.

First of all, I have to say you that your code has been really useful.

I was able to implement it with Expo using some plugins, and it works awesomely! I would like to add this to your code.

However, I am facing an issue on Android when trying to initialize with the voice muted or just avoid voice navigation.

<MapboxNavigation startOrigin={{ latitude: latOrigin, longitude: lonOrigin }} destination={{ latitude, longitude }} style={styles.containerNavigation} shouldSimulateRoute={false} showCancelButton={false} language="es" mute />

There is a problem when I try to set it to mute, and my app crashes immediately.

pawan-pk commented 1 month ago

Closing issue behalf of fixed in Release v0.3.2