An ATproto social media client -- with an independent Appview.

fix: use static stable id

blooym.dev dcab21e3 170fe754

verified
+1 -3
+1 -3
src/screens/Settings/AboutSettings.tsx
··· 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 - 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 - const stableID = useMemo(() => Statsig.getStableID(), []) 33 + const stableID = 'CATSKY_STABLE_ID' 36 34 37 35 const {mutate: onClearImageCache, isPending: isClearingImageCache} = 38 36 useMutation({