@10play/expo-air 0.12.18 → 0.12.19

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 +15 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,4 +14,18 @@ npx expo-air fly
14
14
 
15
15
  Boom. You can work from anywhere.
16
16
 
17
- [Read the docs](https://expo-air.10play.dev/)
17
+ ## How It Works
18
+
19
+ <p align="center">
20
+ <img src="assets/architecture.svg" alt="How expo-air works" />
21
+ </p>
22
+
23
+ expo-air creates a real-time feedback loop between your phone and Claude Code.
24
+ A floating chat widget — running in its own isolated Hermes runtime — overlays your app
25
+ and connects via Cloudflare tunnels to a prompt server on your machine.
26
+
27
+ When you send a message, Claude edits your project files directly,
28
+ Metro picks up the changes, and HMR pushes them to your device instantly.
29
+ The whole loop takes seconds.
30
+
31
+ [See original tweet](https://x.com/SerfatyGuy/status/2021233783769338031) · [Read the docs](https://expo-air.10play.dev/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10play/expo-air",
3
- "version": "0.12.18",
3
+ "version": "0.12.19",
4
4
  "description": "Vibe Coding for React-Native",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",