hirbod / react-native-volume-manager

React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX. It can listen to iOS mute switch and ringer mode changes on Android (and let you set the ringer mode)
MIT License
216 stars 13 forks source link

The package 'react-native-volume-manager' doesn't seem to be linked #20

Closed leminhcse closed 7 months ago

leminhcse commented 8 months ago

Hi team,

My android app is using with following configuration:

but when run on android, the error show:

Screenshot 2023-09-08 at 09 12 35

However, it works normally on iOS. How to resolve it ? Although, I tried to down-grade react-native-volume-manager to below version but didn't still work.

hirbod commented 8 months ago

Not sure what happened in your case, maybe its related to RN 0.69.5 - I do not support old versions. I think you need to upgrade to 0.71+

ntphuongHD commented 8 months ago

Not sure what happened in your case, maybe its related to RN 0.69.5 - I do not support old versions. I think you need to upgrade to 0.71+

I got same the issue, have you any solution without upgrade to 0.71+ ?

canven commented 8 months ago

same problem occurs in react native version 0.72.0

I meet the errors when compile it ,

[!] CDN: trunk Repo update failed - 10 error(s):
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/0/0/c/Mute/0.1.0/Mute.podspec.json Response: Timeout was reached 

but I attach url <https://cdn.jsdelivr.net/cocoa/Specs/0/0/c/Mute/0.1.0/Mute.podspec.json > to brower. Url can explore it , I confused about it . 图片

hirbod commented 8 months ago

@canven that issue is unrelated and there was a Response timeout. Either a network issue or the CDN was down at the time.

canven commented 7 months ago

@canven that issue is unrelated and there was a Response timeout. Either a network issue or the CDN was down at the time.

I try to install package again , it has ran like a charm. It may network problem for me in my side, Thanks for your efforts. Best Regards .

hirbod commented 7 months ago

I am closing this issue, since I can't reproduce any issues in recent React Native versions and I can't maintain older versions unfortunately.