mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-20 21:45:34 +00:00
27 lines
789 B
HTML
27 lines
789 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<base target="_parent">
|
|
<script>
|
|
if (window.parent !== window) {
|
|
try {
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
} catch (error) {
|
|
// The above line can throw if we do not have access to the parent frame -- i.e. cross origin
|
|
}
|
|
}
|
|
</script>
|
|
<title>Storybook</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="error-display"></div>
|
|
<script type="text/javascript" src="static/preview.f77c37e261512064011d.bundle.js"></script></body>
|
|
|
|
</html> |