notifications

This commit is contained in:
2025-10-07 16:18:05 +02:00
parent b508857000
commit a4dca1d4f0
10 changed files with 499 additions and 4 deletions
+1
View File
@@ -50,6 +50,7 @@ SplashScreen.preventAutoHideAsync();
const App = () => {
const [currentUID, setCurrentUID] = useGlobal("currentUID");
const [pendingData, setPendingData] = useGlobal("pendingData");
const [, setCurrentUserRoles] = useGlobal("currentUserRoles");
const [appIsReady, setAppIsReady] = useState(false);