disable log message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user