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

chore: fix crash in example app due to typo in export #2374

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

kkafar
Copy link
Member

@kkafar kkafar commented Oct 2, 2024

Description

The Test2332 was wrongly exported as Test2232 from index, resulting in two exports with the same name => leading to crash.

Changes

Renamed the export appropriately.

Test code and steps to reproduce

Run any example app.

Checklist

  • Ensured that CI passes

@kkafar kkafar merged commit 64d2d64 into main Oct 2, 2024
1 check passed
@kkafar kkafar deleted the @kkafar/fix-example-app branch October 2, 2024 18:26
ja1ns pushed a commit to WiseOwlTech/react-native-screens that referenced this pull request Oct 9, 2024
…on#2374)

## Description

The `Test2332` was wrongly exported as `Test2232` from `index`,
resulting in two exports with the same name => leading to crash.

## Changes

Renamed the export appropriately.

## Test code and steps to reproduce

Run any example app.

## Checklist

- [ ] Ensured that CI passes
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