hirbod/react-native-volume-manager

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

Closed this issue · 6 comments

Hi team,

My android app is using with following configuration:

  • react-native: "0.69.5"
  • react-native-volume-manager: "^1.10.0"
  • org.jetbrains.kotlin:kotlin-gradle-plugin: "1.6.0"

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

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+

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

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

@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

@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

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.