Skip to content

Commit 48247e9

Browse files
committed
fix(example-app): remove sonner toaster from layout
1 parent bf4958e commit 48247e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/src/app/_layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
configureReanimatedLogger,
1919
ReanimatedLogLevel,
2020
} from 'react-native-reanimated';
21-
import { Toaster } from 'sonner-native';
2221
import '../../global.css';
2322
import { AppThemeProvider } from '../contexts/app-theme-context';
2423

@@ -56,7 +55,6 @@ function AppContent() {
5655
}}
5756
>
5857
<Slot />
59-
<Toaster />
6058
</HeroUINativeProvider>
6159
</AppThemeProvider>
6260
);

0 commit comments

Comments
 (0)