Instawork / hyperview

Server-driven mobile apps with React Native

Home Page:https://hyperview.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete web-view implementation for web

flochtililoch opened this issue · comments

Currently, the web-view component is partially implemented for web, and only supports the source prop. We should implement the other supported props (injectedJavaScript, onMessage, renderLoading and startInLoadingState).
Perhaps the react-native-webview has some form of support for this in the future.
See src/core/components/web-view/index.web.js in #456.