You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.5.2 is the first truly runnable single-matrix stable release, published as npm expo-harmony-toolkit@1.5.2.
The public window is narrowed to Expo 55 + React 19.1.1 + React Native 0.82.1 + RNOH 0.82.18.
react-native-gesture-handler is no longer part of the public matrix promise; the official UI-stack sample moved to a Pressable + react-native-reanimated home motion rail.
The build chain was hardened by refreshing build-required managed files before build while preserving user drift that must remain.
harmony/oh-package.json5 preserves extra out-of-matrix HAR dependencies added manually, keeping local experimentation possible.
The release-check tarball smoke temp path was shortened to avoid hvigor hitting pnpm store ENAMETOOLONG failures.
The home page and /details page were verified on device.
hilog showed JS bundle executed successfully.
The public matrix path no longer hit the previous gesture-handler / reanimated runtime fatal.
Notes / 说明
中文
public scope 包含 expo-router、expo-linking、expo-constants、react-native-reanimated、react-native-svg 与 doctor -> init -> sync-template -> bundle -> env -> build-hap。
public scope 之外仍包括 react-native-gesture-handler、bare Expo、expo-image-picker、expo-file-system、expo-location、expo-camera、expo-notifications 与 multiple public matrices。
这是 v1.5 line 的稳定收口版本,后续能力扩展需要通过 tiered support 与 acceptance evidence 推进。
English
Public scope includes expo-router, expo-linking, expo-constants, react-native-reanimated, react-native-svg, and doctor -> init -> sync-template -> bundle -> env -> build-hap.
Out of public scope: react-native-gesture-handler, bare Expo, expo-image-picker, expo-file-system, expo-location, expo-camera, expo-notifications, and multiple public matrices.
This is the stable closure of the v1.5 line; later capability expansion must proceed through tiered support and acceptance evidence.