Skip to content
New issue

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

fix: update Podfile.lock after RN upgrade #385

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

kirillzyusko
Copy link
Owner

📜 Description

Update Podfile.lock.

💡 Motivation and Context

In #299 I updated RN to 0.73.5. However straight before a merge a new version has been released, and I updated it to 0.73.6 (but I forgot to remove Pods directory). As a result on CI we were trying to install 0.73.6 version (without cache) when 0.73.5 was declared in Podfile.lock.

So this is a follow up for #299

📢 Changelog

iOS

  • update Podfile.lock

🤔 How Has This Been Tested?

There is only a way to test it on CI 👀

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko kirillzyusko added 🍎 iOS iOS specific deps update Upgrade dependencies of the project labels Mar 12, 2024
@kirillzyusko kirillzyusko self-assigned this Mar 12, 2024
@kirillzyusko kirillzyusko merged commit 350d4da into main Mar 12, 2024
7 checks passed
@kirillzyusko kirillzyusko deleted the fix/update-lock-files branch March 12, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps update Upgrade dependencies of the project 🍎 iOS iOS specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant