William LA PORTE

Results 9 comments of William LA PORTE

yep same for me, but only on development env. everything works on staging and release.

Hey anyone has a solution for this ? I also tried to pick each getVolume options, but on iOS they're all the same value, no way to detect the silent...

@yasir-syed I changed package, removed react-native-system-setting in favor of [react-native-is-muted](https://www.npmjs.com/package/react-native-is-muted), easy to use, fairly recent package but it does the job that I needed.

Experiencing the same issue with 5.3.1, it happens some time between navigations but not every time, really hard to narrow down what's really happening 🤔

My bad I just cloned your repo and saw that you made the change already, my issue came from another package I'm using that uses a previous version of your...

Oh in fact, its your npm repo that is outdated and does not have this version of the code, can you update it ?

Hello! Same issue is happening to me ``` ``` this is how I use the component with API_URL being the string to my api `"http://....."` and site key the key...

great, I wanted to do the same ^^ This would really be useful and allow us to npm install without the unsafe peer dependency flag

Hello ! I was looking for this too to fit my app design. Any news on how I could do this ?