mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
First step to adapt to Android
This commit is contained in:
@ -3,7 +3,7 @@ import { RootState } from '@root/store'
|
||||
import * as Analytics from 'expo-firebase-analytics'
|
||||
|
||||
export type SettingsState = {
|
||||
language: 'zh' | 'en' | undefined
|
||||
language: 'zh-CN' | 'en-US' | undefined
|
||||
theme: 'light' | 'dark' | 'auto'
|
||||
browser: 'internal' | 'external'
|
||||
analytics: boolean
|
||||
|
Reference in New Issue
Block a user