SSO between React Native application and browser works, but it doesn't work if the browser is in WebView

Hello and thank you for the response,

Unfortunately even though I’ve set sharedCookiesEnabled={true}, the session is not shared.

The WebView allows us to pass cookies to it, so I was wondering if it is possible to somehow fetch the required cookies inside the React Native application, before passing them to the WebView.