Skip to content

feat(@expo/ui): add npm/pnpm patches for per-axis scaleEffect (expo/expo#43228)#10

Merged
ramonclaudio merged 3 commits intomainfrom
feat/expo-ui-pr43228
Feb 25, 2026
Merged

feat(@expo/ui): add npm/pnpm patches for per-axis scaleEffect (expo/expo#43228)#10
ramonclaudio merged 3 commits intomainfrom
feat/expo-ui-pr43228

Conversation

@ramonclaudio
Copy link
Copy Markdown
Owner

@ramonclaudio ramonclaudio commented Feb 25, 2026

adds npm (patch-package) and pnpm patches for expo/expo#43228. bun variant was already in the repo.

PR #43228 (merged): add inverted prop to List for bottom-anchored chat-style scrolling:

build/swift-ui/List/index.d.ts:

  • adds inverted?: boolean to ListProps

src/swift-ui/List/index.tsx:

  • wraps list items in rotationEffect(180deg) when inverted is set, then counter-rotates each child (standard SwiftUI trick for bottom-anchored lists)

patches are against @expo/ui@56.0.0-canary-20260212-4f61309 compiled output. npm and pnpm variants verified.

@ramonclaudio ramonclaudio merged commit d0c4949 into main Feb 25, 2026
@ramonclaudio ramonclaudio deleted the feat/expo-ui-pr43228 branch February 25, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant