You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in my tabs layout I am using the component from expo (see docs).
I utilise withUnistyles to get my theme inside of a stack screen. This produces the warning below.
(NOBRIDGE) WARN Layout children must be of type Screen, all other children are ignored. To use custom children, create a custom <Layout />. Update Layout Route at: "app/(auth)/_layout" [Component Stack]
If this is merely creating a warning and causing no other issues this is obviously low priority, and I'm not sure whether it should be fixed on the expo side or the unistyles side.
At the moment I am having some other errors which I believe are unrelated, however I will update this ticket if I find the link.
Steps to Reproduce
Start a new expo project on the latest version
Create a layout with stack navigation expo component utilising your theme and withUnistyles
See console warnings when navigating
Snack or Repository Link (Optional)
No response
Unistyles Version
3.0.0 beta 2
React Native Version
0.76.5
Platforms
Android, iOS
Expo
Yes
The text was updated successfully, but these errors were encountered:
Description
So in my tabs layout I am using the component from expo (see docs).
I utilise withUnistyles to get my theme inside of a stack screen. This produces the warning below.
My implementation
If this is merely creating a warning and causing no other issues this is obviously low priority, and I'm not sure whether it should be fixed on the expo side or the unistyles side.
At the moment I am having some other errors which I believe are unrelated, however I will update this ticket if I find the link.
Steps to Reproduce
Snack or Repository Link (Optional)
No response
Unistyles Version
3.0.0 beta 2
React Native Version
0.76.5
Platforms
Android, iOS
Expo
Yes
The text was updated successfully, but these errors were encountered: