feat: add sonner/toast

This commit is contained in:
Fredrik Burmester
2024-09-10 13:14:21 +03:00
parent a90dfb2805
commit 23eaddf87c
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import { GestureHandlerRootView } from "react-native-gesture-handler";
import "react-native-reanimated";
import * as Linking from "expo-linking";
import { orientationAtom } from "@/utils/atoms/orientation";
import { Toaster } from "sonner-native";
SplashScreen.preventAutoHideAsync();
@@ -121,6 +122,7 @@ function Layout() {
<Stack.Screen name="+not-found" />
</Stack>
<CurrentlyPlayingBar />
<Toaster />
</ThemeProvider>
</PlaybackProvider>
</JellyfinProvider>