rn-studio 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  rn-studio adds a floating bubble to your app in DEV mode. Tap it, tap any component, and a panel appears showing all its styles and the internal component tree. Edit a value — the change is written directly to your source file and Metro Fast Refresh updates the UI instantly. Zero impact on production.
12
12
 
13
+ ## Demo
14
+
15
+ [![rn-studio demo — click to watch](https://raw.githubusercontent.com/dgutierrezd/rn-studio/main/docs/demo-thumbnail.png)](https://github.com/dgutierrezd/rn-studio/releases/download/v0.2.0/rn-studio-demo.mov)
16
+
17
+ > Tap the floating bubble → selection mode activates → tap any component → the inspector panel slides up with the component's styles, tree, and props. Edit a value, and the source file is rewritten via AST in real time while Metro Fast Refresh re-renders the UI.
18
+ >
19
+ > _Click the thumbnail to watch the full demo video (20 MB, iPhone 15 Pro capture)._
20
+
13
21
  ## Install
14
22
 
15
23
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-studio",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Live UI editor for React Native — inspect and edit components directly in your emulator",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",