Skip to content

Commit 9ef3d58

Browse files
committed
chore(readme): add npm logo and demo video
1 parent 848b5cd commit 9ef3d58

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Rozenite Preview
22

3+
<p align="center">
4+
<a href="#badge">
5+
<img alt="semantic-release: angular" src="https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release">
6+
</a>
7+
<a href="https://www.npmjs.com/package/rozenite-preview">
8+
<img alt="npm latest version" src="https://img.shields.io/npm/v/rozenite-preview/latest.svg">
9+
</a>
10+
<a href="https://www.npmjs.com/package/rozenite-preview">
11+
<img alt="npm beta version" src="https://img.shields.io/npm/v/rozenite-preview/beta.svg">
12+
</a>
13+
<a href="https://www.npmjs.com/package/rozenite-preview">
14+
<img alt="npm alpha version" src="https://img.shields.io/npm/v/rozenite-preview/alpha.svg">
15+
</a>
16+
</p>
17+
318
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.
419

520
**Powered by [Rozenite](https://github.com/callstackincubator/rozenite):**
@@ -57,6 +72,10 @@ export default function App() {
5772
3. **Open React Native DevTools and use the "Preview" panel**
5873
Select and interact with your registered components in real time.
5974

75+
# Demo
76+
77+
https://github.com/user-attachments/assets/dffe5803-fb6a-4b45-9621-48cbbdb25ad2
78+
6079
## Known Issues
6180

6281
- **HMR Support**: Hot Module Replacement (HMR) is not fully supported yet. You need to refresh the DevTools to see changes in deleted previews. Adding or modifying previews works for now.

0 commit comments

Comments
 (0)