react-native-sqlcipher-storage
Version:
SQLCipher bindings for React Native (Android & iOS)
44 lines (35 loc) • 1.08 kB
HTML
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Webpack App</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/winjs/4.4.0/css/ui-light.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/winjs/4.4.0/js/base.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/winjs/4.4.0/js/ui.js"></script>
<style>
#app {
height: 100%;
}
/*
* For performance reasons, the .win-container styles should be
* specified in CSS.
*/
win-container win-item {
height: 100%;
}
.win-listview {
height: 100vh;
}
</style>
</head>
<body class="win-type-body">
<script src="main.js"></script>
</body>
<script>
WinJS.Application.onready = function () {
WinJS.UI.processAll();
};
WinJS.Application.start();
</script>
</html>