Render Mode

Switch each tab between WebView and Native rendering

4 web / 1 native
TabCurrentSwitchEndpoint
webview
http://localhost:13405/
폰테크
webview
http://localhost:13405/phonetech
판매
native
Native component
시세조회
webview
http://localhost:13405/market-price
마이
webview
http://localhost:13405/mypage
WebView

Renders web content via URL. Live reload supported — edit web code and see changes instantly in admin preview and Expo app.

Live reloadURL routing
Native

Direct React Native render. Mode change broadcasts via Bridge — Expo picks up CONFIG_UPDATED and hot-swaps the tab component.

Native perfDevice APIs

Expo Sync — Mode changes are broadcast via postMessage bridge. The Expo app listens for CONFIG_UPDATED and TAB_RENDER_MODE events to hot-swap between WebView and Native tabs in real-time.