@expo/serve-sim 0.1.43 → 0.1.44
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 +3 -1
- package/dist/middleware.js +2 -2
- package/dist/serve-sim.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,9 @@ https://github.com/user-attachments/assets/fbf890f4-c8c7-4684-82be-d677b8a188f8
|
|
|
18
18
|
- Low-latency SimulatorKit capture with a 60 Hz IOSurface seed poll and configurable WebRTC cadence.
|
|
19
19
|
- Swipe from the bottom to go home.
|
|
20
20
|
- gestures like pinch to zoom by holding the option key.
|
|
21
|
-
- Simulator logs are forwarded to the browser
|
|
21
|
+
- Simulator logs are forwarded to the browser console on local previews. Remote
|
|
22
|
+
previews disable this high-volume stream by default; append `?logs=1` to the
|
|
23
|
+
preview URL to opt in explicitly.
|
|
22
24
|
- Recent simulator actions are available in the browser tools panel and `serve-sim event-log`.
|
|
23
25
|
- Drag and drop videos and images to add them to the simulator device.
|
|
24
26
|
- Keyboard commands and hot keys are forwarded to the simulator, including CMD+SHIFT+H to go home.
|