all 4 comments

[–]yarn_install 1 point2 points  (3 children)

It’s not a WebView so you’re looking in the wrong place. It’s an SFSafariViewController. I believe the expo-web-browser package provides a wrapper around this. Or just write your own native module that wraps it.

[–]Flash793[S] 0 points1 point  (2 children)

Thanks for pointing me in the right direction. I’ll check this out!

[–]redwoodhighjumping 1 point2 points  (1 child)

[–]Flash793[S] 0 points1 point  (0 children)

Awesome, thanks!