set max age on persistence

This commit is contained in:
Violet Caulfield
2025-03-24 23:00:32 -05:00
parent 505033ae0f
commit 57062ff9d0
+1
View File
@@ -59,6 +59,7 @@ export default function App(): React.JSX.Element {
client={queryClient}
persistOptions={{
persister: clientPersister,
maxAge: (1000 * 60 * 60) * 24 // 1 Day
}}>
<GestureHandlerRootView>
<TamaguiProvider config={jellifyConfig}>