How do we inject JavaScript using cookies in an in-app browser in react-native Expo app? [closed]

I am new to react-native, Expo. I want my users to directly be logged in into a website using cookies the link will open up in an in-app browser.

For this I’m using package expo-web-browser. But this library only allows my users to open links in in-app browser.

Also, I can’t use Webview component because it doesn’t have in-app browser based controls. (Custom crome tabs and safari controller)

I’m unable if there’s a way to even integrate custom Crome tabs in webview, then I can use it.

Please suggest.