We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod install causes an error (at least when installing AsyncStorage manually): Could not find remote branch 1.2.1 to clone.
pod install
Could not find remote branch 1.2.1 to clone
No error occurs.
"@react-native-community/async-storage": "^1.2.1"
npm install
pod 'react-native-async-storage', :podspec => '../node_modules/@react-native-community/async-storage'
[!] Error installing react-native-async-storage [!] /usr/bin/git clone https://github.com/react-native-community/react-native-async-storage.git /var/folders/... --template= --single-branch --depth 1 --branch 1.2.1 Cloning into '/var/folders/...'... warning: Could not find remote branch 1.2.1 to clone.
The text was updated successfully, but these errors were encountered:
@happy-thorny Thanks a lot for raising that! Your PR with fix is merged. Should be out soon.
thanks.
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.3.4 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Current behavior
pod install
causes an error (at least when installing AsyncStorage manually):Could not find remote branch 1.2.1 to clone
.Expected behavior
No error occurs.
Repro steps
"@react-native-community/async-storage": "^1.2.1"
to package.json dependenciesnpm install
pod 'react-native-async-storage', :podspec => '../node_modules/@react-native-community/async-storage'
to Podfilepod install
Environment
The text was updated successfully, but these errors were encountered: