tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
fix: use static stable id
blooym.dev
5 months ago
dcab21e3
170fe754
verified
This commit was signed with the committer's
known signature
.
blooym.dev
SSH Key Fingerprint:
SHA256:RNhp+KqYXhCrvDFGjRx+Ab+8GcX7cKKqSZh9HTbdo+o=
+1
-3
1 changed file
expand all
collapse all
unified
split
src
screens
Settings
AboutSettings.tsx
+1
-3
src/screens/Settings/AboutSettings.tsx
···
1
1
-
import {useMemo} from 'react'
2
1
import {Platform} from 'react-native'
3
2
import {setStringAsync} from 'expo-clipboard'
4
3
import * as FileSystem from 'expo-file-system'
···
7
6
import {useLingui} from '@lingui/react'
8
7
import {type NativeStackScreenProps} from '@react-navigation/native-stack'
9
8
import {useMutation} from '@tanstack/react-query'
10
10
-
import {Statsig} from 'statsig-react-native-expo'
11
9
12
10
import {STATUS_PAGE_URL} from '#/lib/constants'
13
11
import {type CommonNavigatorParams} from '#/lib/routes/types'
···
32
30
const {_, i18n} = useLingui()
33
31
const [devModeEnabled, setDevModeEnabled] = useDevMode()
34
32
const [demoModeEnabled, setDemoModeEnabled] = useDemoMode()
35
35
-
const stableID = useMemo(() => Statsig.getStableID(), [])
33
33
+
const stableID = 'CATSKY_STABLE_ID'
36
34
37
35
const {mutate: onClearImageCache, isPending: isClearingImageCache} =
38
36
useMutation({