mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
Move self app store to mobile sdk (#1040)
This commit is contained in:
@@ -10,12 +10,12 @@ import type { NativeStackHeaderProps } from '@react-navigation/native-stack';
|
||||
import { Clipboard as ClipboardIcon } from '@tamagui/lucide-icons';
|
||||
|
||||
import type { SelfApp } from '@selfxyz/common/utils/appType';
|
||||
import { useSelfAppStore } from '@selfxyz/mobile-sdk-alpha/stores';
|
||||
|
||||
import { NavBar } from '@/components/NavBar/BaseNavBar';
|
||||
import ActivityIcon from '@/images/icons/activity.svg';
|
||||
import ScanIcon from '@/images/icons/qr_scan.svg';
|
||||
import SettingsIcon from '@/images/icons/settings.svg';
|
||||
import { useSelfAppStore } from '@/stores/selfAppStore';
|
||||
import { black, charcoal, neutral400, slate50, white } from '@/utils/colors';
|
||||
import { extraYPadding } from '@/utils/constants';
|
||||
import { buttonTap } from '@/utils/haptic';
|
||||
|
||||
Reference in New Issue
Block a user