'value' is unavailable: introduced in iOS 12.0 (Error after moving to xcode 14.3)

I upgraded to xcode 14.3 yesterday and I’m having an issue building my app locally through eas build. I’m getting an error saying:

'value' is unavailable: introduced in iOS 12.0

After doing some googling, turns out that the React Native team released a fix like an hour ago to address this problem:

However, after upgrading to this new RN version I still get the error when trying to eas build locally. I am in the managed workflow.