Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make unstable_sheetFooter usable with react-navigation v7 #2504

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

kkafar
Copy link
Member

@kkafar kkafar commented Nov 14, 2024

Description

Associated PR:

The footer is currently broken, as in the effect of recent refactors it erroneously ended up being rendered as child as ScreenStackItem, thus due to internal implementation it is rendered under ScreenContentWrapper. However, it has to be rendered as direct child of Screen component (the same as HeaderConfig).

Under usual circumstances this would be a breaking change, however the prop is marked as unstable, therefore I'm proceeding.

Changes

unstable_sheetFooter is now rendered by ScreenStackItem.

Test code and steps to reproduce

Test1649

Checklist

  • Ensured that CI passes

@kkafar kkafar merged commit 1351473 into main Nov 14, 2024
3 checks passed
@kkafar kkafar deleted the @kkafar/formsheet-keyboard-interaction branch November 14, 2024 16:07
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