@10play/expo-air 0.12.18 → 0.12.20
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.
- package/README.md +15 -1
- 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
|
-
|
|
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/)
|