WebView - I want to show went offline “no internet connection”

ce1354530b40f07560247d27e05aaff91dc59972_2_289x500
import * as React from ‘react’;

import { WebView } from ‘react-native-webview’;

export default class App extends React.Component {

render() {

return <WebView 

javaScriptEnabled={true}

domStorageEnabled={true}

source={{ uri: 'https://google.com' }} 

style={{ marginTop: 20 }}       

/>;

}

}

Hey @plutogstudio, as I replied in your original thread, we don’t write code for people. In addition, it can be perceived as rude to ask others to do work for you without demonstrating that you’ve taken your own time and effort to try and solve the problem.

Cheers,
Adam