rozenite-preview
Version:
A Rozenite plugin that lets you select React Native components in DevTools and preview them live on your simulator. Ideal for rapid UI development, component testing, and debugging complex apps.
32 lines (29 loc) • 682 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>preview-panel Panel</title>
<style>
html,
body {
height: 100%;
}
body {
overflow: hidden;
}
#root {
display: flex;
height: 100%;
}
</style>
<script>
var __ROZENITE_PANEL__ = true;
</script>
<script type="module" crossorigin src="./assets/preview-panel-eKOMUTNS.js"></script>
<link rel="stylesheet" crossorigin href="./assets/preview-panel-BjoWzy1K.css">
</head>
<body>
<div id="root"></div>
</body>
</html>