rnxsim 0.1.455 → 0.1.456
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/cli/cloud-client.ts +3 -1
- package/cli/cloud-dispatch.ts +17 -0
- package/cli/commands/do-chain.ts +1 -4
- package/dist-lib/agent-daemon-client.cjs +1 -1
- package/dist-lib/agent-events.cjs +1 -1
- package/dist-lib/agent-identity.cjs +1 -1
- package/dist-lib/agent-sessions.cjs +1 -1
- package/dist-lib/attached-projects.cjs +1 -1
- package/dist-lib/auth/shared-session.cjs +1 -1
- package/dist-lib/backend-origin.cjs +1 -1
- package/dist-lib/beta.cjs +1 -1
- package/dist-lib/beta.mjs +1 -1
- package/dist-lib/bridge-constants.cjs +1 -1
- package/dist-lib/bridge-contract-input.cjs +1 -1
- package/dist-lib/bridge-contract-input.mjs +1 -1
- package/dist-lib/bridge-contract.cjs +1 -1
- package/dist-lib/bridge-contract.mjs +1 -1
- package/dist-lib/capture-contract.cjs +1 -1
- package/dist-lib/capture-contract.mjs +1 -1
- package/dist-lib/cli-constants.cjs +1 -1
- package/dist-lib/cloud-contract.cjs +1 -1
- package/dist-lib/cloud-contract.mjs +1 -1
- package/dist-lib/cloud.cjs +1 -1
- package/dist-lib/cloud.mjs +1 -1
- package/dist-lib/config.cjs +1 -1
- package/dist-lib/detox/index.cjs +1 -1
- package/dist-lib/dev-bundle-resolution.cjs +1 -1
- package/dist-lib/home-paths.cjs +1 -1
- package/dist-lib/host/bridge-host.cjs +1 -1
- package/dist-lib/host/fetch-proxy-handler.cjs +1 -1
- package/dist-lib/host/fetch-proxy-overrides.cjs +1 -1
- package/dist-lib/host/fetch-proxy-overrides.mjs +1 -1
- package/dist-lib/host/replacement-module-handler.cjs +1 -1
- package/dist-lib/host/websocket-proxy.cjs +1 -1
- package/dist-lib/index.cjs +541 -227
- package/dist-lib/jump-to-source-babel.cjs +1 -1
- package/dist-lib/jump-to-source-native.cjs +1 -1
- package/dist-lib/menu.cjs +1 -1
- package/dist-lib/menu.mjs +1 -1
- package/dist-lib/metro-fingerprint-registry.cjs +1 -1
- package/dist-lib/metro-fingerprint-registry.mjs +1 -1
- package/dist-lib/metro-production-bundle.cjs +1 -1
- package/dist-lib/metro-production-bundle.mjs +1 -1
- package/dist-lib/metro.cjs +1 -1
- package/dist-lib/profiles.cjs +1 -1
- package/dist-lib/public-brand.cjs +1 -1
- package/dist-lib/react-native-host-modules.cjs +1 -1
- package/dist-lib/react-native-host-modules.mjs +1 -1
- package/dist-lib/render-mode.cjs +1 -1
- package/dist-lib/scripts/dev-server-scanner.cjs +1 -1
- package/dist-lib/sdk.cjs +1 -1
- package/dist-lib/sdk.mjs +1 -1
- package/dist-lib/skills.cjs +368 -39
- package/dist-lib/vite.cjs +1 -1
- package/package.json +1 -1
- package/skills/rnx-debug/SKILL.md +1 -1
- package/src/bridge-contract.ts +2 -1
- package/src/connect.ts +18 -0
package/dist-lib/skills.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! rnx v0.1.
|
|
1
|
+
/*! rnx v0.1.456 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
|
|
2
2
|
let __sootsim_import_meta_url = ''; try { __sootsim_import_meta_url = require('url').pathToFileURL(__filename).href; } catch {}
|
|
3
3
|
"use strict";
|
|
4
4
|
var __create = Object.create;
|
|
@@ -1274,8 +1274,8 @@ var init_capability_inventory_coverage = __esm({
|
|
|
1274
1274
|
ios: {
|
|
1275
1275
|
combined: {
|
|
1276
1276
|
raw: {
|
|
1277
|
-
covered:
|
|
1278
|
-
ratio: 0.
|
|
1277
|
+
covered: 235,
|
|
1278
|
+
ratio: 0.168700646088,
|
|
1279
1279
|
total: 1393
|
|
1280
1280
|
},
|
|
1281
1281
|
weighted: {
|
|
@@ -1286,8 +1286,8 @@ var init_capability_inventory_coverage = __esm({
|
|
|
1286
1286
|
},
|
|
1287
1287
|
semantic: {
|
|
1288
1288
|
raw: {
|
|
1289
|
-
covered:
|
|
1290
|
-
ratio: 0.
|
|
1289
|
+
covered: 235,
|
|
1290
|
+
ratio: 0.235707121364,
|
|
1291
1291
|
total: 997
|
|
1292
1292
|
},
|
|
1293
1293
|
weighted: {
|
|
@@ -1664,36 +1664,36 @@ var init_capability_inventory_coverage = __esm({
|
|
|
1664
1664
|
raw: {
|
|
1665
1665
|
covered: 0,
|
|
1666
1666
|
ratio: 0,
|
|
1667
|
-
total:
|
|
1667
|
+
total: 363
|
|
1668
1668
|
},
|
|
1669
1669
|
weighted: {
|
|
1670
1670
|
covered: 0,
|
|
1671
1671
|
ratio: 0,
|
|
1672
|
-
total: 7.
|
|
1672
|
+
total: 7.52588808916
|
|
1673
1673
|
}
|
|
1674
1674
|
},
|
|
1675
1675
|
semantic: {
|
|
1676
1676
|
raw: {
|
|
1677
1677
|
covered: 0,
|
|
1678
1678
|
ratio: 0,
|
|
1679
|
-
total:
|
|
1679
|
+
total: 189
|
|
1680
1680
|
},
|
|
1681
1681
|
weighted: {
|
|
1682
1682
|
covered: 0,
|
|
1683
1683
|
ratio: 0,
|
|
1684
|
-
total: 4.
|
|
1684
|
+
total: 4.0601346645
|
|
1685
1685
|
}
|
|
1686
1686
|
},
|
|
1687
1687
|
visual: {
|
|
1688
1688
|
raw: {
|
|
1689
1689
|
covered: 0,
|
|
1690
1690
|
ratio: 0,
|
|
1691
|
-
total:
|
|
1691
|
+
total: 174
|
|
1692
1692
|
},
|
|
1693
1693
|
weighted: {
|
|
1694
1694
|
covered: 0,
|
|
1695
1695
|
ratio: 0,
|
|
1696
|
-
total: 3.
|
|
1696
|
+
total: 3.46575342466
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
1699
|
byPlatform: {
|
|
@@ -1702,36 +1702,36 @@ var init_capability_inventory_coverage = __esm({
|
|
|
1702
1702
|
raw: {
|
|
1703
1703
|
covered: 0,
|
|
1704
1704
|
ratio: 0,
|
|
1705
|
-
total:
|
|
1705
|
+
total: 363
|
|
1706
1706
|
},
|
|
1707
1707
|
weighted: {
|
|
1708
1708
|
covered: 0,
|
|
1709
1709
|
ratio: 0,
|
|
1710
|
-
total: 7.
|
|
1710
|
+
total: 7.52588808916
|
|
1711
1711
|
}
|
|
1712
1712
|
},
|
|
1713
1713
|
semantic: {
|
|
1714
1714
|
raw: {
|
|
1715
1715
|
covered: 0,
|
|
1716
1716
|
ratio: 0,
|
|
1717
|
-
total:
|
|
1717
|
+
total: 189
|
|
1718
1718
|
},
|
|
1719
1719
|
weighted: {
|
|
1720
1720
|
covered: 0,
|
|
1721
1721
|
ratio: 0,
|
|
1722
|
-
total: 4.
|
|
1722
|
+
total: 4.0601346645
|
|
1723
1723
|
}
|
|
1724
1724
|
},
|
|
1725
1725
|
visual: {
|
|
1726
1726
|
raw: {
|
|
1727
1727
|
covered: 0,
|
|
1728
1728
|
ratio: 0,
|
|
1729
|
-
total:
|
|
1729
|
+
total: 174
|
|
1730
1730
|
},
|
|
1731
1731
|
weighted: {
|
|
1732
1732
|
covered: 0,
|
|
1733
1733
|
ratio: 0,
|
|
1734
|
-
total: 3.
|
|
1734
|
+
total: 3.46575342466
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
1737
|
},
|
|
@@ -1740,36 +1740,36 @@ var init_capability_inventory_coverage = __esm({
|
|
|
1740
1740
|
raw: {
|
|
1741
1741
|
covered: 0,
|
|
1742
1742
|
ratio: 0,
|
|
1743
|
-
total:
|
|
1743
|
+
total: 363
|
|
1744
1744
|
},
|
|
1745
1745
|
weighted: {
|
|
1746
1746
|
covered: 0,
|
|
1747
1747
|
ratio: 0,
|
|
1748
|
-
total: 7.
|
|
1748
|
+
total: 7.52588808916
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
1751
|
semantic: {
|
|
1752
1752
|
raw: {
|
|
1753
1753
|
covered: 0,
|
|
1754
1754
|
ratio: 0,
|
|
1755
|
-
total:
|
|
1755
|
+
total: 189
|
|
1756
1756
|
},
|
|
1757
1757
|
weighted: {
|
|
1758
1758
|
covered: 0,
|
|
1759
1759
|
ratio: 0,
|
|
1760
|
-
total: 4.
|
|
1760
|
+
total: 4.0601346645
|
|
1761
1761
|
}
|
|
1762
1762
|
},
|
|
1763
1763
|
visual: {
|
|
1764
1764
|
raw: {
|
|
1765
1765
|
covered: 0,
|
|
1766
1766
|
ratio: 0,
|
|
1767
|
-
total:
|
|
1767
|
+
total: 174
|
|
1768
1768
|
},
|
|
1769
1769
|
weighted: {
|
|
1770
1770
|
covered: 0,
|
|
1771
1771
|
ratio: 0,
|
|
1772
|
-
total: 3.
|
|
1772
|
+
total: 3.46575342466
|
|
1773
1773
|
}
|
|
1774
1774
|
}
|
|
1775
1775
|
}
|
|
@@ -2436,7 +2436,55 @@ var init_capability_outcomes2 = __esm({
|
|
|
2436
2436
|
"@react-native-community/datetimepicker": {
|
|
2437
2437
|
exactTestedVersion: "9.1.0",
|
|
2438
2438
|
supportedVersionRange: ">=9.1.0 <10.0.0",
|
|
2439
|
-
lastMeasured:
|
|
2439
|
+
lastMeasured: {
|
|
2440
|
+
byWeighting: {
|
|
2441
|
+
strict: {
|
|
2442
|
+
android: {
|
|
2443
|
+
passedWeight: 0,
|
|
2444
|
+
failedWeight: 0,
|
|
2445
|
+
unassessedWeight: 2,
|
|
2446
|
+
totalWeight: 2,
|
|
2447
|
+
assessedWeight: 0,
|
|
2448
|
+
compatibility: null,
|
|
2449
|
+
assessed: 0
|
|
2450
|
+
},
|
|
2451
|
+
ios: {
|
|
2452
|
+
passedWeight: 0,
|
|
2453
|
+
failedWeight: 0,
|
|
2454
|
+
unassessedWeight: 2,
|
|
2455
|
+
totalWeight: 2,
|
|
2456
|
+
assessedWeight: 0,
|
|
2457
|
+
compatibility: null,
|
|
2458
|
+
assessed: 0
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
usage: {
|
|
2462
|
+
android: {
|
|
2463
|
+
passedWeight: 0,
|
|
2464
|
+
failedWeight: 0,
|
|
2465
|
+
unassessedWeight: 0,
|
|
2466
|
+
totalWeight: 0,
|
|
2467
|
+
assessedWeight: 0,
|
|
2468
|
+
compatibility: null,
|
|
2469
|
+
assessed: 0
|
|
2470
|
+
},
|
|
2471
|
+
ios: {
|
|
2472
|
+
passedWeight: 0,
|
|
2473
|
+
failedWeight: 0,
|
|
2474
|
+
unassessedWeight: 0,
|
|
2475
|
+
totalWeight: 0,
|
|
2476
|
+
assessedWeight: 0,
|
|
2477
|
+
compatibility: null,
|
|
2478
|
+
assessed: 0
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
capturedAt: "2026-09-08T06:23:04.817Z",
|
|
2483
|
+
receipts: [
|
|
2484
|
+
"retained-essentials-react-native-community-datetimepicker-r22458-20260908"
|
|
2485
|
+
],
|
|
2486
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
2487
|
+
},
|
|
2440
2488
|
unmatchedReferenceCount: 0,
|
|
2441
2489
|
byPlatform: {
|
|
2442
2490
|
android: {
|
|
@@ -2572,7 +2620,55 @@ var init_capability_outcomes2 = __esm({
|
|
|
2572
2620
|
"@react-native-masked-view/masked-view": {
|
|
2573
2621
|
exactTestedVersion: "0.3.2",
|
|
2574
2622
|
supportedVersionRange: ">=0.2.0",
|
|
2575
|
-
lastMeasured:
|
|
2623
|
+
lastMeasured: {
|
|
2624
|
+
byWeighting: {
|
|
2625
|
+
strict: {
|
|
2626
|
+
android: {
|
|
2627
|
+
passedWeight: 0,
|
|
2628
|
+
failedWeight: 0,
|
|
2629
|
+
unassessedWeight: 1,
|
|
2630
|
+
totalWeight: 1,
|
|
2631
|
+
assessedWeight: 0,
|
|
2632
|
+
compatibility: null,
|
|
2633
|
+
assessed: 0
|
|
2634
|
+
},
|
|
2635
|
+
ios: {
|
|
2636
|
+
passedWeight: 0,
|
|
2637
|
+
failedWeight: 0,
|
|
2638
|
+
unassessedWeight: 1,
|
|
2639
|
+
totalWeight: 1,
|
|
2640
|
+
assessedWeight: 0,
|
|
2641
|
+
compatibility: null,
|
|
2642
|
+
assessed: 0
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
usage: {
|
|
2646
|
+
android: {
|
|
2647
|
+
passedWeight: 0,
|
|
2648
|
+
failedWeight: 0,
|
|
2649
|
+
unassessedWeight: 134,
|
|
2650
|
+
totalWeight: 134,
|
|
2651
|
+
assessedWeight: 0,
|
|
2652
|
+
compatibility: null,
|
|
2653
|
+
assessed: 0
|
|
2654
|
+
},
|
|
2655
|
+
ios: {
|
|
2656
|
+
passedWeight: 0,
|
|
2657
|
+
failedWeight: 0,
|
|
2658
|
+
unassessedWeight: 134,
|
|
2659
|
+
totalWeight: 134,
|
|
2660
|
+
assessedWeight: 0,
|
|
2661
|
+
compatibility: null,
|
|
2662
|
+
assessed: 0
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
capturedAt: "2026-09-08T06:19:22.590Z",
|
|
2667
|
+
receipts: [
|
|
2668
|
+
"retained-essentials-react-native-masked-view-masked-view-r22458-20260908"
|
|
2669
|
+
],
|
|
2670
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
2671
|
+
},
|
|
2576
2672
|
unmatchedReferenceCount: 95,
|
|
2577
2673
|
byPlatform: {
|
|
2578
2674
|
android: {
|
|
@@ -2742,13 +2838,13 @@ var init_capability_outcomes2 = __esm({
|
|
|
2742
2838
|
assessed: 0
|
|
2743
2839
|
},
|
|
2744
2840
|
ios: {
|
|
2745
|
-
passedWeight:
|
|
2841
|
+
passedWeight: 180,
|
|
2746
2842
|
failedWeight: 0,
|
|
2747
|
-
unassessedWeight:
|
|
2843
|
+
unassessedWeight: 1025,
|
|
2748
2844
|
totalWeight: 1205,
|
|
2749
|
-
assessedWeight:
|
|
2845
|
+
assessedWeight: 180,
|
|
2750
2846
|
compatibility: 1,
|
|
2751
|
-
assessed: 0.
|
|
2847
|
+
assessed: 0.14937759336099585
|
|
2752
2848
|
}
|
|
2753
2849
|
},
|
|
2754
2850
|
usage: {
|
|
@@ -2776,7 +2872,53 @@ var init_capability_outcomes2 = __esm({
|
|
|
2776
2872
|
"react-native-gesture-handler": {
|
|
2777
2873
|
exactTestedVersion: "2.32.0",
|
|
2778
2874
|
supportedVersionRange: ">=2.30.0",
|
|
2779
|
-
lastMeasured:
|
|
2875
|
+
lastMeasured: {
|
|
2876
|
+
byWeighting: {
|
|
2877
|
+
strict: {
|
|
2878
|
+
android: {
|
|
2879
|
+
passedWeight: 0,
|
|
2880
|
+
failedWeight: 0,
|
|
2881
|
+
unassessedWeight: 49,
|
|
2882
|
+
totalWeight: 49,
|
|
2883
|
+
assessedWeight: 0,
|
|
2884
|
+
compatibility: null,
|
|
2885
|
+
assessed: 0
|
|
2886
|
+
},
|
|
2887
|
+
ios: {
|
|
2888
|
+
passedWeight: 9,
|
|
2889
|
+
failedWeight: 0,
|
|
2890
|
+
unassessedWeight: 40,
|
|
2891
|
+
totalWeight: 49,
|
|
2892
|
+
assessedWeight: 9,
|
|
2893
|
+
compatibility: 1,
|
|
2894
|
+
assessed: 0.1836734693877551
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
usage: {
|
|
2898
|
+
android: {
|
|
2899
|
+
passedWeight: 0,
|
|
2900
|
+
failedWeight: 0,
|
|
2901
|
+
unassessedWeight: 776,
|
|
2902
|
+
totalWeight: 776,
|
|
2903
|
+
assessedWeight: 0,
|
|
2904
|
+
compatibility: null,
|
|
2905
|
+
assessed: 0
|
|
2906
|
+
},
|
|
2907
|
+
ios: {
|
|
2908
|
+
passedWeight: 7,
|
|
2909
|
+
failedWeight: 0,
|
|
2910
|
+
unassessedWeight: 769,
|
|
2911
|
+
totalWeight: 776,
|
|
2912
|
+
assessedWeight: 7,
|
|
2913
|
+
compatibility: 1,
|
|
2914
|
+
assessed: 0.00902061855670103
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
capturedAt: "2026-09-08T05:52:45.303Z",
|
|
2919
|
+
receipts: ["retained-essentials-react-native-gesture-handler-r22458-20260908"],
|
|
2920
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
2921
|
+
},
|
|
2780
2922
|
unmatchedReferenceCount: 528,
|
|
2781
2923
|
byPlatform: {
|
|
2782
2924
|
android: {
|
|
@@ -2912,7 +3054,53 @@ var init_capability_outcomes2 = __esm({
|
|
|
2912
3054
|
"react-native-keyboard-controller": {
|
|
2913
3055
|
exactTestedVersion: "1.21.11",
|
|
2914
3056
|
supportedVersionRange: ">=1.0.0",
|
|
2915
|
-
lastMeasured:
|
|
3057
|
+
lastMeasured: {
|
|
3058
|
+
byWeighting: {
|
|
3059
|
+
strict: {
|
|
3060
|
+
android: {
|
|
3061
|
+
passedWeight: 0,
|
|
3062
|
+
failedWeight: 0,
|
|
3063
|
+
unassessedWeight: 38,
|
|
3064
|
+
totalWeight: 38,
|
|
3065
|
+
assessedWeight: 0,
|
|
3066
|
+
compatibility: null,
|
|
3067
|
+
assessed: 0
|
|
3068
|
+
},
|
|
3069
|
+
ios: {
|
|
3070
|
+
passedWeight: 2,
|
|
3071
|
+
failedWeight: 0,
|
|
3072
|
+
unassessedWeight: 36,
|
|
3073
|
+
totalWeight: 38,
|
|
3074
|
+
assessedWeight: 2,
|
|
3075
|
+
compatibility: 1,
|
|
3076
|
+
assessed: 0.05263157894736842
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
3079
|
+
usage: {
|
|
3080
|
+
android: {
|
|
3081
|
+
passedWeight: 0,
|
|
3082
|
+
failedWeight: 0,
|
|
3083
|
+
unassessedWeight: 287,
|
|
3084
|
+
totalWeight: 287,
|
|
3085
|
+
assessedWeight: 0,
|
|
3086
|
+
compatibility: null,
|
|
3087
|
+
assessed: 0
|
|
3088
|
+
},
|
|
3089
|
+
ios: {
|
|
3090
|
+
passedWeight: 38,
|
|
3091
|
+
failedWeight: 0,
|
|
3092
|
+
unassessedWeight: 249,
|
|
3093
|
+
totalWeight: 287,
|
|
3094
|
+
assessedWeight: 38,
|
|
3095
|
+
compatibility: 1,
|
|
3096
|
+
assessed: 0.13240418118466898
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3100
|
+
capturedAt: "2026-09-08T06:27:13.215Z",
|
|
3101
|
+
receipts: ["retained-essentials-react-native-keyboard-controller-r22458-20260908"],
|
|
3102
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
3103
|
+
},
|
|
2916
3104
|
unmatchedReferenceCount: 165,
|
|
2917
3105
|
byPlatform: {
|
|
2918
3106
|
android: {
|
|
@@ -2980,8 +3168,57 @@ var init_capability_outcomes2 = __esm({
|
|
|
2980
3168
|
"react-native-reanimated": {
|
|
2981
3169
|
exactTestedVersion: "4.5.1",
|
|
2982
3170
|
supportedVersionRange: ">=4.0.0",
|
|
2983
|
-
lastMeasured:
|
|
2984
|
-
|
|
3171
|
+
lastMeasured: {
|
|
3172
|
+
byWeighting: {
|
|
3173
|
+
strict: {
|
|
3174
|
+
android: {
|
|
3175
|
+
passedWeight: 0,
|
|
3176
|
+
failedWeight: 0,
|
|
3177
|
+
unassessedWeight: 195,
|
|
3178
|
+
totalWeight: 195,
|
|
3179
|
+
assessedWeight: 0,
|
|
3180
|
+
compatibility: null,
|
|
3181
|
+
assessed: 0
|
|
3182
|
+
},
|
|
3183
|
+
ios: {
|
|
3184
|
+
passedWeight: 37,
|
|
3185
|
+
failedWeight: 0,
|
|
3186
|
+
unassessedWeight: 158,
|
|
3187
|
+
totalWeight: 195,
|
|
3188
|
+
assessedWeight: 37,
|
|
3189
|
+
compatibility: 1,
|
|
3190
|
+
assessed: 0.18974358974358974
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
usage: {
|
|
3194
|
+
android: {
|
|
3195
|
+
passedWeight: 0,
|
|
3196
|
+
failedWeight: 0,
|
|
3197
|
+
unassessedWeight: 4897,
|
|
3198
|
+
totalWeight: 4897,
|
|
3199
|
+
assessedWeight: 0,
|
|
3200
|
+
compatibility: null,
|
|
3201
|
+
assessed: 0
|
|
3202
|
+
},
|
|
3203
|
+
ios: {
|
|
3204
|
+
passedWeight: 4033,
|
|
3205
|
+
failedWeight: 0,
|
|
3206
|
+
unassessedWeight: 864,
|
|
3207
|
+
totalWeight: 4897,
|
|
3208
|
+
assessedWeight: 4033,
|
|
3209
|
+
compatibility: 1,
|
|
3210
|
+
assessed: 0.8235654482336124
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
capturedAt: "2026-09-08T05:31:52.723Z",
|
|
3215
|
+
receipts: [
|
|
3216
|
+
"retained-essentials-react-native-reanimated-r22458-20260908",
|
|
3217
|
+
"reanimated-view-8421c1a-r22458"
|
|
3218
|
+
],
|
|
3219
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
3220
|
+
},
|
|
3221
|
+
unmatchedReferenceCount: 590,
|
|
2985
3222
|
byPlatform: {
|
|
2986
3223
|
android: {
|
|
2987
3224
|
passedWeight: 0,
|
|
@@ -3007,8 +3244,8 @@ var init_capability_outcomes2 = __esm({
|
|
|
3007
3244
|
android: {
|
|
3008
3245
|
passedWeight: 0,
|
|
3009
3246
|
failedWeight: 0,
|
|
3010
|
-
unassessedWeight:
|
|
3011
|
-
totalWeight:
|
|
3247
|
+
unassessedWeight: 195,
|
|
3248
|
+
totalWeight: 195,
|
|
3012
3249
|
assessedWeight: 0,
|
|
3013
3250
|
compatibility: null,
|
|
3014
3251
|
assessed: 0
|
|
@@ -3016,8 +3253,8 @@ var init_capability_outcomes2 = __esm({
|
|
|
3016
3253
|
ios: {
|
|
3017
3254
|
passedWeight: 0,
|
|
3018
3255
|
failedWeight: 0,
|
|
3019
|
-
unassessedWeight:
|
|
3020
|
-
totalWeight:
|
|
3256
|
+
unassessedWeight: 195,
|
|
3257
|
+
totalWeight: 195,
|
|
3021
3258
|
assessedWeight: 0,
|
|
3022
3259
|
compatibility: null,
|
|
3023
3260
|
assessed: 0
|
|
@@ -3116,7 +3353,53 @@ var init_capability_outcomes2 = __esm({
|
|
|
3116
3353
|
"react-native-screens": {
|
|
3117
3354
|
exactTestedVersion: "4.26.2",
|
|
3118
3355
|
supportedVersionRange: ">=4.0.0",
|
|
3119
|
-
lastMeasured:
|
|
3356
|
+
lastMeasured: {
|
|
3357
|
+
byWeighting: {
|
|
3358
|
+
strict: {
|
|
3359
|
+
android: {
|
|
3360
|
+
passedWeight: 0,
|
|
3361
|
+
failedWeight: 0,
|
|
3362
|
+
unassessedWeight: 32,
|
|
3363
|
+
totalWeight: 32,
|
|
3364
|
+
assessedWeight: 0,
|
|
3365
|
+
compatibility: null,
|
|
3366
|
+
assessed: 0
|
|
3367
|
+
},
|
|
3368
|
+
ios: {
|
|
3369
|
+
passedWeight: 3,
|
|
3370
|
+
failedWeight: 0,
|
|
3371
|
+
unassessedWeight: 29,
|
|
3372
|
+
totalWeight: 32,
|
|
3373
|
+
assessedWeight: 3,
|
|
3374
|
+
compatibility: 1,
|
|
3375
|
+
assessed: 0.09375
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
usage: {
|
|
3379
|
+
android: {
|
|
3380
|
+
passedWeight: 0,
|
|
3381
|
+
failedWeight: 0,
|
|
3382
|
+
unassessedWeight: 6,
|
|
3383
|
+
totalWeight: 6,
|
|
3384
|
+
assessedWeight: 0,
|
|
3385
|
+
compatibility: null,
|
|
3386
|
+
assessed: 0
|
|
3387
|
+
},
|
|
3388
|
+
ios: {
|
|
3389
|
+
passedWeight: 4,
|
|
3390
|
+
failedWeight: 0,
|
|
3391
|
+
unassessedWeight: 2,
|
|
3392
|
+
totalWeight: 6,
|
|
3393
|
+
assessedWeight: 4,
|
|
3394
|
+
compatibility: 1,
|
|
3395
|
+
assessed: 0.6666666666666666
|
|
3396
|
+
}
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
capturedAt: "2026-09-08T06:14:31.559Z",
|
|
3400
|
+
receipts: ["retained-essentials-react-native-screens-r22458-20260908"],
|
|
3401
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
3402
|
+
},
|
|
3120
3403
|
unmatchedReferenceCount: 0,
|
|
3121
3404
|
byPlatform: {
|
|
3122
3405
|
android: {
|
|
@@ -3184,7 +3467,53 @@ var init_capability_outcomes2 = __esm({
|
|
|
3184
3467
|
"react-native-svg": {
|
|
3185
3468
|
exactTestedVersion: "15.15.4",
|
|
3186
3469
|
supportedVersionRange: ">=13.0.0",
|
|
3187
|
-
lastMeasured:
|
|
3470
|
+
lastMeasured: {
|
|
3471
|
+
byWeighting: {
|
|
3472
|
+
strict: {
|
|
3473
|
+
android: {
|
|
3474
|
+
passedWeight: 0,
|
|
3475
|
+
failedWeight: 0,
|
|
3476
|
+
unassessedWeight: 115,
|
|
3477
|
+
totalWeight: 115,
|
|
3478
|
+
assessedWeight: 0,
|
|
3479
|
+
compatibility: null,
|
|
3480
|
+
assessed: 0
|
|
3481
|
+
},
|
|
3482
|
+
ios: {
|
|
3483
|
+
passedWeight: 0,
|
|
3484
|
+
failedWeight: 0,
|
|
3485
|
+
unassessedWeight: 115,
|
|
3486
|
+
totalWeight: 115,
|
|
3487
|
+
assessedWeight: 0,
|
|
3488
|
+
compatibility: null,
|
|
3489
|
+
assessed: 0
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
usage: {
|
|
3493
|
+
android: {
|
|
3494
|
+
passedWeight: 0,
|
|
3495
|
+
failedWeight: 0,
|
|
3496
|
+
unassessedWeight: 5540,
|
|
3497
|
+
totalWeight: 5540,
|
|
3498
|
+
assessedWeight: 0,
|
|
3499
|
+
compatibility: null,
|
|
3500
|
+
assessed: 0
|
|
3501
|
+
},
|
|
3502
|
+
ios: {
|
|
3503
|
+
passedWeight: 0,
|
|
3504
|
+
failedWeight: 0,
|
|
3505
|
+
unassessedWeight: 5540,
|
|
3506
|
+
totalWeight: 5540,
|
|
3507
|
+
assessedWeight: 0,
|
|
3508
|
+
compatibility: null,
|
|
3509
|
+
assessed: 0
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
capturedAt: "2026-09-08T05:40:18.932Z",
|
|
3514
|
+
receipts: ["retained-essentials-react-native-svg-r22458-20260908"],
|
|
3515
|
+
sourceCommit: "ea3eb82eeea6f6925ae708b7028cb577ad37f36a"
|
|
3516
|
+
},
|
|
3188
3517
|
unmatchedReferenceCount: 4459,
|
|
3189
3518
|
byPlatform: {
|
|
3190
3519
|
android: {
|
package/dist-lib/vite.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! rnx v0.1.
|
|
1
|
+
/*! rnx v0.1.456 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
|
|
2
2
|
let __sootsim_import_meta_url = ''; try { __sootsim_import_meta_url = require('url').pathToFileURL(__filename).href; } catch {}
|
|
3
3
|
"use strict";
|
|
4
4
|
var __create = Object.create;
|
package/package.json
CHANGED
|
@@ -397,7 +397,7 @@ rnx do tap 196 400 # tap at coordinates
|
|
|
397
397
|
rnx do type "hello world" # type into focused input
|
|
398
398
|
rnx do type-into emailInput "a@b" # focus then type
|
|
399
399
|
rnx do key return # special key (return, backspace, …)
|
|
400
|
-
rnx do scroll feed-list 0 500 # scroll a testID
|
|
400
|
+
rnx do scroll feed-list 0 500 # scroll a testID to absolute x/y offsets
|
|
401
401
|
rnx do swipe feed-list left # directional swipe
|
|
402
402
|
rnx do long-press messageRow 800 # ms hold
|
|
403
403
|
```
|
package/src/bridge-contract.ts
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
import type {
|
|
12
12
|
SootSimAgentActionDetail,
|
|
13
|
+
SootSimCaptureFilter,
|
|
13
14
|
SootSimExternalAppLifecycleOptions,
|
|
14
15
|
} from '@rnx/globals'
|
|
15
16
|
|
|
@@ -70,7 +71,7 @@ export interface WsCommand {
|
|
|
70
71
|
layers?: 'full' | 'tenant' | 'shell'
|
|
71
72
|
// screenshot — engine-side layer isolation (hide subtrees / solo one
|
|
72
73
|
// subtree on transparency). see SootSimCaptureOptions.captureFilter.
|
|
73
|
-
captureFilter?:
|
|
74
|
+
captureFilter?: SootSimCaptureFilter
|
|
74
75
|
// screenshot — optional crop rect in logical sootsim coords. the capture
|
|
75
76
|
// module scales x/y/w/h by device pixel ratio before cropping.
|
|
76
77
|
crop?: { x: number; y: number; w: number; h: number }
|
package/src/connect.ts
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
// over the shared ws transport. node-only by design: sim-client.ts stays
|
|
5
5
|
// browser-safe.
|
|
6
6
|
|
|
7
|
+
import {
|
|
8
|
+
createCloudBridgeForParsed,
|
|
9
|
+
resolveCloudSessionForParsed,
|
|
10
|
+
} from '../cli/cloud-client'
|
|
7
11
|
import { readCurrentSimId } from '../cli/current-sim'
|
|
8
12
|
import { createBridge, resolveBridgeWorld, type BridgeSimInfo } from '../cli/ws-bridge'
|
|
9
13
|
import { SimClient, SimConnectError } from './sim-client'
|
|
@@ -54,6 +58,20 @@ function pickSim(
|
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
export async function connect(options: ConnectOptions = {}): Promise<SimClient> {
|
|
61
|
+
const target = {
|
|
62
|
+
simId: options.sim,
|
|
63
|
+
simIdSource: options.sim ? 'flag' : 'none',
|
|
64
|
+
} satisfies Parameters<typeof resolveCloudSessionForParsed>[0]
|
|
65
|
+
const cloud = resolveCloudSessionForParsed(target)
|
|
66
|
+
if (cloud) {
|
|
67
|
+
const bridge = createCloudBridgeForParsed(target)
|
|
68
|
+
if (!bridge)
|
|
69
|
+
throw new SimConnectError('remote simulator session disappeared while connecting')
|
|
70
|
+
return new SimClient(bridge, cloud.service === 'box' ? cloud.boxId : cloud.simId, {
|
|
71
|
+
commandTimeoutMs: options.timeoutMs ?? 15_000,
|
|
72
|
+
})
|
|
73
|
+
}
|
|
74
|
+
|
|
57
75
|
const port = options.port ?? resolveBridgeWorld().bridgePort
|
|
58
76
|
const commandTimeoutMs = options.timeoutMs ?? 15_000
|
|
59
77
|
|