[WEB] Fix crash due to lack of WebView component. StackNavigator still not working though.

This commit is contained in:
Bruno Lemos
2017-03-15 14:23:36 -03:00
parent ab7895073a
commit 91d2e1fc65

View File

@@ -0,0 +1,6 @@
// @flow
/* eslint-env browser */
import React from 'react';
export default ({ source: { uri } }, ...props) => <iframe {...props} src={uri} />;