Weird error while using Nativewind and Expo Router #219
Unanswered
rafaelrcamargo
asked this question in
Q&A
Replies: 1 comment
-
Hello! If Home screen component is declared inside index.tsx, then change initialRouteName to "index". The return(
<Stack>
<Stack.Screen name="details" />
</Stack>
) You don't have to add a stack for home if its inside index.tsx, because this is done automatically. I hope it helps. |
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
-
I'm going through this error while trying to recreate the tutorial using the navigation, but using that with the Nativewind package, do you happen to have any clues?
Layout:
Home:
Beta Was this translation helpful? Give feedback.
All reactions