After updating React Native to v0.77.3 with the new architecture enabled, I'm getting this error:
TypeError: _reactNativeUserAgent.default.getWebViewUserAgent is not a function (it is undefined)
Called: UserAgent.getWebViewUserAgent()
However, if I use UserAgent.getUserAgent() instead it works.
Platform: iOS
After updating React Native to v0.77.3 with the new architecture enabled, I'm getting this error:
TypeError: _reactNativeUserAgent.default.getWebViewUserAgent is not a function (it is undefined)Called:
UserAgent.getWebViewUserAgent()However, if I use
UserAgent.getUserAgent()instead it works.Platform: iOS