Skip to content

chore: react-native 0.80 #979

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

kirillzyusko
Copy link
Owner

@kirillzyusko kirillzyusko commented Jun 13, 2025

To Do

  • fix fabric build
  • fix detox tests (Android, looks like it's incompatible)

📜 Description

Update react-native to 0.80.

💡 Motivation and Context

To be updated with latest ecosystem change we need to use latest RN version. The new RN 0.80 is needed mostly because of deep import deprecation. Also some classes were migrated to kotlin in RN, so I had to double check that the lib can be successfully compiled on with latest RN.

📢 Changelog

JS

  • added patch for lottie (android compilation issue) + react-native (mock module doesn't exist anymore)
  • update RN to 0.80
  • update all libs to their latest versions

🤔 How Has This Been Tested?

Tested manually on Pixel 9 Pro (API 35) and iPhone 16 (iOS 18.4), both new and old architecture.

📸 Screenshots (if appropriate):

📝 Checklist

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

@kirillzyusko kirillzyusko self-assigned this Jun 13, 2025
@kirillzyusko kirillzyusko added the deps update Upgrade dependencies of the project label Jun 13, 2025
Copy link
Contributor

github-actions bot commented Jun 13, 2025

📊 Package size report

Current size Target Size Difference
200042 bytes 200359 bytes -317 bytes 📉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant