Skip to content
New issue

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

Problemas com CardStyle no react Navigation 6 #2

Open
ismv00 opened this issue Mar 29, 2022 · 0 comments
Open

Problemas com CardStyle no react Navigation 6 #2

ismv00 opened this issue Mar 29, 2022 · 0 comments

Comments

@ismv00
Copy link

ismv00 commented Mar 29, 2022

No React Navigation 6, não está mais suportando o CardStyle. Tive problemas ao usar ele, tendo que trocar para:

<Navigator
screenOptions={{
headerShown: false,
contentStyle: {
backgroundColor: 'transparent'
}
}}
>

            <Screen 
                name="Home"
                component={Home}
            />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant