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

chore: react-native 0.78 #812

Merged
merged 6 commits into from
Feb 26, 2025
Merged

chore: react-native 0.78 #812

merged 6 commits into from
Feb 26, 2025

Conversation

kirillzyusko
Copy link
Owner

@kirillzyusko kirillzyusko commented Feb 16, 2025

📜 Description

Update RN to 0.78.

💡 Motivation and Context

One thing that I couldn't solve is KeyboardToolbar snapshot testing component. For some reasons it serializes entire react tree. I think it happens because the ecosystem is not ready for React 19 yet and serializers somehow doesn't work. In order not to block this PR I temporarily disabled this test. I'll enable it back when serializer stuff will be sorted out.

📢 Changelog

JS

  • added React. prefix for JSX elements;

🤔 How Has This Been Tested?

Tested both architectures on iPhone 15 Pro (iOS 17.5, Fabric), iPhone 16 Pro (iOS 18.1, paper) and Medium Phone API 35 (paper/fabric).

📸 Screenshots (if appropriate):

📝 Checklist

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

@kirillzyusko kirillzyusko added the deps update Upgrade dependencies of the project label Feb 16, 2025
@kirillzyusko kirillzyusko self-assigned this Feb 16, 2025
@kirillzyusko kirillzyusko force-pushed the chore/react-native-0.78.0 branch 2 times, most recently from 56f8a5a to 240e51f Compare February 22, 2025 15:22
Copy link
Contributor

github-actions bot commented Feb 22, 2025

📊 Package size report

Current size Target Size Difference
169847 bytes 169777 bytes 70 bytes 📈

@kirillzyusko kirillzyusko force-pushed the chore/react-native-0.78.0 branch from 0ed3b85 to 05b94c3 Compare February 25, 2025 21:58
@kirillzyusko kirillzyusko marked this pull request as ready for review February 26, 2025 10:45
@kirillzyusko kirillzyusko merged commit b8a4de9 into main Feb 26, 2025
16 checks passed
@kirillzyusko kirillzyusko deleted the chore/react-native-0.78.0 branch February 26, 2025 11:16
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