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

feat: support react-native@0.78.0 #2619

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

feat: support react-native@0.78.0 #2619

wants to merge 5 commits into from

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Jan 17, 2025

Summary

This PR updates tests-example to react-native@0.78.0-rc.0 and adds necessary changes to support this version

Test Plan

App should build

Compatibility

OS Implemented
iOS
MacOS ✅❌
Android
Web ✅❌

github-merge-queue bot pushed a commit to software-mansion/react-native-reanimated that referenced this pull request Feb 4, 2025
## Summary

Adds if checks for the RN 0.78 in native code, thanks to which package
builds on both - 0.78 nd 0.77.

## Checklist

- [ ] Upgrade `react-native-screens` when 0.78 support is added
(software-mansion/react-native-screens#2626)
- [ ] Upgrade `react-native-svg` when 0.78 support is added
(software-mansion/react-native-svg#2619)
- [ ] Upgrade `react-native-gesture-handler` when 0.78 support is added
(software-mansion/react-native-gesture-handler#3354)
- [ ] `react-native-pager-view` auto generated schema contains invalid
`StringEnumTypeAnnotation` fields and crashes build on Android

|| Fabric (iOS) | Fabric (Android) | Web | MacOS (not upgraded) | TVOS
(not upgraded) |
|-|-|-|-|-|-|
| Builds | ✅ | ✅ | ✅ | ✅ | ✅ |
| Runs   | ❌ | ❌ | ❌ | ✅ | ✅ |

*Apps where RN was upgraded don't run because of incompatible dependency
versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant