webBrowser.openBrowserAsync is not a function - iOS

@ben could this be related to Issues with Linking from WebBrowser in Standalone app - #36 by peterpme ?

I’m using WebBrowser to open other websites and it works when running the app in the Xcode simulator. (to clarify, I’ve detached and am using Expo Kit). However when I publish to iTunes Connect and run the app through simulator, nothing happens when I click on a link in my app. No sign of a Web Browser opening and no error message. I’m not sure how to debug this as it only happens on Test Flight. Doesn’t happen either when I use my Phone as the sim device through Xcode.

If it’s related to the issue linked above, how can I get the latest version? Given that my app is detached, I can’t run exp build:ios.

Thanks!