<WebView url='./web/webview.html' style={{flex:1}}/>
I'd like to display it in the same way as above...
Local HTML can be read as follows:
<WebView
source={require('./helloworld.html')}
/>
Please refer to this.
https://facebook.github.io/react-native/docs/webview.html
© 2024 OneMinuteCode. All rights reserved.