-
Notifications
You must be signed in to change notification settings - Fork 86
Release 8.4.0 #266
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
Release 8.4.0 #266
Conversation
elizabit-b
commented
Mar 3, 2025
- Updated iOS to use 18.6.2 of the iOS SDK
d385787 to
e197436
Compare
e197436 to
8b5c0aa
Compare
| @@ -1,55 +0,0 @@ | |||
| { | |||
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.
Is this meant to be deleted?
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.
Yeah, I accidentally pushed it with my own App ID and Key from testing 🤦♀️
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.
oooh wait I didn't have those in there.
I think I added that when I was setting up Expo and forgot to remove it.
|
It turns out we don't need this release. |
|
Versioning in React Native Dependencies We define the iOS and Android versions used in React Native with optimistic operators
This means that by removing and reinstalling dependencies, you’ll automatically get the latest compatible patch version, which includes any fixes while avoiding breaking changes from a major version. |