We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On today's (not sure when it started) npx one starter the tabs are broken. When switching tabs it stays on the last rendered page.
npx one
I followed the onestack guide and it works fine on the expo starter.
Let me know if you need a repro repo.
The text was updated successfully, but these errors were encountered:
It works if you explicitly set the href option:
href
<Tabs.Screen name="explore" options={{ title: 'Explore', href: '/explore', }} />
edit: This is likely a duplicate of #163?
Sorry, something went wrong.
Either a documentation problem or API needs to be updated to be compatible/similar to expo-router then
No branches or pull requests
On today's (not sure when it started)
npx one
starter the tabs are broken. When switching tabs it stays on the last rendered page.I followed the onestack guide and it works fine on the expo starter.
Let me know if you need a repro repo.
The text was updated successfully, but these errors were encountered: