UNPKG
react-webview
Version:
latest (0.1.0)
0.1.0
This is analog webView mobile application
github.com/Gaserd/react-webview
Gaserd/react-webview
react-webview
/
index.html
12 lines
(11 loc)
•
180 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
React Web View
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"/static/bundle.js"
>
</
script
>
</
body
>
</
html
>