-
Notifications
You must be signed in to change notification settings - Fork 255
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
Support React Native 0.77 #2335
Conversation
- "0.72" | ||
- "0.73" | ||
- "0.74" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
according to the 0.77 release notes (at the very bottom) v0.74 is now unsupported. should we drop these versions from our test matrix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed in Slack - I've now created a separate task to update the test matrix 👍🏾
Goal
Adds React Native 0.77 support to
@bugsnag/react-native
and React Navigation v7 support to@bugsnag/plugin-react-navigation
As part of this, support for React Navigation v7 has also been added to
@bugsnag/plugin-react-navigation
- this was required as v6 doesn't support RN 0.77Changeset
Updated
BugsnagReactNative.podspec
to support importing the vendoredbugsnag-cocoa
from Swift - this fixes the issue reported in REACT NATIVE 77 BUGNAG ISSUE: No such module 'Bugsnag' React Native 77 #2301 (the RN 0.77 community template has switched from Objective-C to Swift)Expanded the peer dependency requirements for react-navigation to include v7
Added 0.77 to test matrix
Testing
Covered by a full CI run