This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Few components not getting access to Providers #902
kyusungpark
started this conversation in
General
Replies: 2 comments
-
|
Please provide a full reproduction. We will need to run your code to debug the issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@kyusungpark Hey I seem to be having the same issue. did you manage to solve it by any chance? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I been playing around with Expo Routers and just realized that some of my components are not getting access to Providers.
My root _layout:
My folder structure

I have noticed that my sign-in and index file in (authenticated) don't have access to some of the providers.
What's weird is that other components seem to work fine.
Am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions