add toast support

This commit is contained in:
Violet Caulfield
2025-02-12 06:41:14 -06:00
parent 60180ec371
commit e3b37daaa4
3 changed files with 803 additions and 738 deletions

View File

@@ -10,14 +10,17 @@ import { PlayerProvider } from "../player/provider";
import { useColorScheme } from "react-native";
import { PortalProvider } from "@tamagui/portal";
import { JellifyProvider, useJellifyContext } from "./provider";
import { ToastProvider } from "@tamagui/toast";
export default function Jellify(): React.JSX.Element {
return (
<PortalProvider shouldAddRootHost>
<JellifyProvider>
<App />
</JellifyProvider>
<ToastProvider>
<JellifyProvider>
<App />
</JellifyProvider>
</ToastProvider>
</PortalProvider>
);
}

1526
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,11 +25,13 @@
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.1.1",
"@react-navigation/stack": "^7.1.0",
"@tamagui/config": "^1.123.8",
"@tamagui/config": "^1.124.13",
"@tamagui/toast": "^1.124.13",
"@tanstack/query-sync-storage-persister": "^5.62.0",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-persist-client": "^5.62.0",
"axios": "^1.7.9",
"burnt": "^0.12.2",
"invert-color": "^2.0.0",
"lodash": "^4.17.21",
"react": "18.3.1",
@@ -52,7 +54,7 @@
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"tamagui": "^1.123.8"
"tamagui": "^1.124.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",