Inline HTML vs WebView
On iOS and Android, 1.x supports two render strategies.
Inline HTML mode
- default mode
- loads HTML directly inside the app
External WebView mode
- loads an external player page
- default hosted player page:
https://react-native-youtube-bridge.pages.dev - useful when inline HTML runs into embed restrictions or origin constraints
