mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Improve auto fetch
This commit is contained in:
@ -4,3 +4,7 @@ import { MMKV } from 'react-native-mmkv'
|
||||
export const storage: { global: MMKV; account?: MMKV } = { global: new MMKV(), account: undefined }
|
||||
|
||||
export const secureStorage = createSecureStore()
|
||||
|
||||
export const GLOBAL: { connect?: boolean } = {
|
||||
connect: undefined
|
||||
}
|
||||
|
Reference in New Issue
Block a user