I know the web view works well for Android and IOS https://docs.expo.io/versions/latest/sdk/webview/. Although it is not available for web build of the expo as of now.
My use case is that I want to integrate a complete HTML based template in my expo web build for a specific screen with internal CSS and scripts.
I am open to other solutions and workarounds.
Thanks in Advance
Render conditionally like Platform.os === 'android', show webview else render direct HTML. Simple..