disable log message
This commit is contained in:
@@ -9,7 +9,9 @@ import "../global.css";
|
|||||||
export default function RootLayout(): JSX.Element {
|
export default function RootLayout(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<GestureHandlerRootView style={{ flex: 1 }}>
|
<GestureHandlerRootView style={{ flex: 1 }}>
|
||||||
<HeroUINativeProvider>
|
<HeroUINativeProvider
|
||||||
|
config={{ devInfo: { stylingPrinciples: false } }}
|
||||||
|
>
|
||||||
<Stack screenOptions={{ headerShown: false }}>
|
<Stack screenOptions={{ headerShown: false }}>
|
||||||
<Stack.Screen name="(tabs)" />
|
<Stack.Screen name="(tabs)" />
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user