Closed danieloi closed 2 weeks ago
How do I run your reproduction?
Hi there! Thank you for opening this issue, but it has been marked as stale
because we need more information to move forward. Could you please provide us with the requested reproduction or additional information that could help us better understand the problem? We'd love to resolve this issue, but we can't do it without your help!
I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding.
Describe the bug
Newer react versions don't require explicitly importing react at the top of files and many starters follow this new pattrn.
In react native however, you get a blank screen with no error message in the console whatsoever.
Reproduction link
https://github.com/danieloi/storybook-silent-error-repro/tree/main
Reproduction steps
Use these components in an expo react native app and notice how you get a blank screen unless you import react at the top of the file
System
Additional context
No response