disable log message

This commit is contained in:
thesn10
2026-07-02 18:22:08 +02:00
parent 903f129dc7
commit 68ab00c032

View File

@@ -9,7 +9,9 @@ import "../global.css";
export default function RootLayout(): JSX.Element {
return (
<GestureHandlerRootView style={{ flex: 1 }}>
<HeroUINativeProvider>
<HeroUINativeProvider
config={{ devInfo: { stylingPrinciples: false } }}
>
<Stack screenOptions={{ headerShown: false }}>
<Stack.Screen name="(tabs)" />
</Stack>