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.
Is this meant to be deleted?
There was a problem hiding this comment.
Yeah, I accidentally pushed it with my own App ID and Key from testing 🤦♀️
There was a problem hiding this comment.
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. |