feat(mobile): Enable shared/lib imports via symlink for production blockchain integration

- Create symlink mobile/shared -> ../shared for Metro bundler access
- Update all @pezkuwi/lib/* imports to use relative paths (../../shared/lib/*)
- Dashboard Roles card now fetches real tiki data from blockchain
- Staking screen uses production getStakingInfo and getAllScores
- All citizenship, referral, and NFT screens use real blockchain queries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-15 07:38:33 +03:00
parent bdeec04591
commit 18fc21c141
8 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ import {
submitKycApplication,
uploadToIPFS,
FOUNDER_ADDRESS,
} from '@pezkuwi/lib/citizenship-workflow';
import type { Region, MaritalStatus } from '@pezkuwi/lib/citizenship-workflow';
} from '../../shared/lib/citizenship-workflow';
import type { Region, MaritalStatus } from '../../shared/lib/citizenship-workflow';
import { KurdistanColors } from '../theme/colors';
// Temporary custom picker component (until we fix @react-native-picker/picker installation)