Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
import * as React from 'react'; import { WebView } from 'react-native-webview';
export default class App extends React.Component { render() { return <WebView source={{ uri: '웹사이트' }} style={{ marginTop: 30 }} />; } }
nodejs 디버그 (중단점)
No one has replied