mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-18 12:14:42 +08:00
[WEB] Fix crash due to lack of WebView component. StackNavigator still not working though.
This commit is contained in:
6
src/components/Browser.web.js
Normal file
6
src/components/Browser.web.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// @flow
|
||||
/* eslint-env browser */
|
||||
|
||||
import React from 'react';
|
||||
|
||||
export default ({ source: { uri } }, ...props) => <iframe {...props} src={uri} />;
|
||||
Reference in New Issue
Block a user