Bug Fixes
- core: stop nested group notify loops when pseudo state is unchanged (natew)
- resolve bento even if not same relative distance (natew)
- animations-motion: gate explicit transform keyframe to torn-down animations so plain transitions (logo dot) stay smooth on rapid interruption (natew)
- build: fix race condition when fully specifying native imports (natew)
- build: un-shim esbuild __require to a real require in native esm so require()-behind-TAMAGUI_TARGET works on metro (fixes toast PanResponder crash) (natew)
Performance Improvements
- core: compare group pseudo fields directly before notifying (natew)
- core: reuse group pseudo objects across notifications (natew)
Tests
- fix group prop typecheck in nested group case by registering its group names (natew)
- update webpack styleExpansions snapshot for inset→t/r/b/l atomic expansion (natew)