Examples deploy

This commit is contained in:
Nicolas Gallagher
2018-05-30 11:15:48 -07:00
parent f988cbd654
commit ee656dbb9a
22 changed files with 79 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en" style="height:100%">
<head>
<meta charset="UTF-8">
<title>React Native examples</title>
<meta name="viewport" content="initial-scale=1.0,width=device-width">
<style>
html, body { height: 100%; width: 100%; overflow: hidden; }
.root { height: 100%; overflow: hidden; }
</style>
</head>
<body style="height:100%">
<div id="root" style="display:flex;height:100%"></div>
<script src="./bundle.js"></script>
</body>
</html>