diff --git a/src/components/ZooWebView.js b/src/components/ZooWebView.js index aa0606e4..74a4eec8 100644 --- a/src/components/ZooWebView.js +++ b/src/components/ZooWebView.js @@ -3,14 +3,14 @@ import { Alert, Linking, Platform, - View + View, + WebView } from 'react-native' import EStyleSheet from 'react-native-extended-stylesheet' import NavBar from './NavBar' import { setState, setIsFetching } from '../actions/index' import { connect } from 'react-redux' import {Actions} from 'react-native-router-flux' -import WebViewBridge from 'react-native-webview-bridge' import OverlaySpinner from './OverlaySpinner' import PropTypes from 'prop-types'; @@ -67,9 +67,8 @@ class ZooWebView extends React.Component { return ( {this.onBack()}} /> - { this.props.setIsFetching(false) - setTimeout(() => { this.refs[WEBVIEW_REF].sendToBridge('get-links') }, 1500) } handleExternalLink(url) {