:beetle: https://github.com/facebook/react-native/issues/25553
:beetle: What is the observed behavior? fails with None of your spec sources contain a spec satisfying the dependency:React/Core.
:beetle: What is the expected behavior? to succeed pod install
:bulb: Possible solution
Change dependency from React/Core to React-Core in podspec
:bulb: Is there a workaround?
grep -rl "s.dependency 'React/Core'" node_modules/ | xargs sed -i '' 's=React/Core=React-Core=g'
:bulb: If the bug is confirmed, would you be willing to create a pull request? sorry no capacity
Is your issue with...
Are you using...
react-native run-android)Which versions are you using?
Does the problem occur on...
If your problem is happening on a device, which device?
Hi! This was fixed in #585 and published in 0.11.0.
I looked at https://github.com/zmxv/react-native-sound/releases, and 0.11.0 is marked pre-release, i'm on v0.10.4 which I thought was the latest version. Should the releases be updated, or 0.11.0 is still a release candidate?
This is all alpha quality and at your own risk, though there's no real difference in the expected quality of 0.11 vs 0.10.
Hey! Quick question, when will this be a "real" release?
In the future, please ignore the "prerelease" status in GitHub. This project is not using it to signal anything different about the releases, which are all alpha quality.
Most helpful comment
In the future, please ignore the "prerelease" status in GitHub. This project is not using it to signal anything different about the releases, which are all alpha quality.