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(web): reexport missing component #2535

Merged
merged 1 commit into from
Nov 22, 2024
Merged

fix(web): reexport missing component #2535

merged 1 commit into from
Nov 22, 2024

Conversation

kkafar
Copy link
Member

@kkafar kkafar commented Nov 22, 2024

Description

Recently FooterComponent was introduced for internal reasons, however it hasn't been exported on web
leading to issues.

Caution

We need to set up CI for web...

Fixes #2534

Changes

FooterComponent is now exported from ScreenFooter.web.tsx

Test code and steps to reproduce

??? We do not have a web example - we need to add it.

Checklist

@kkafar kkafar merged commit b523ccf into main Nov 22, 2024
3 checks passed
@kkafar kkafar deleted the @kkafar/fix-web branch November 22, 2024 09:45
zetavg added a commit to onejs/one that referenced this pull request Dec 17, 2024
Since we need this fix which is included in 4.4.0-rc.0 for web to work:

software-mansion/react-native-screens#2535
zetavg added a commit to onejs/one that referenced this pull request Dec 19, 2024
Since we need this fix which is included in 4.4.0-rc.0 for web to work:

software-mansion/react-native-screens#2535
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.

ScreenFooter missing an export in web version
1 participant