This commit is contained in:
imeepos
2025-11-12 16:55:02 +08:00
parent 12a1df8481
commit 293e7a8427
7 changed files with 64 additions and 17 deletions

View File

@@ -5,7 +5,6 @@ import { useRouter } from 'expo-router';
import React, { useCallback, useMemo, useState } from 'react';
import {
ActivityIndicator,
Alert,
ScrollView,
StyleSheet,
Text,
@@ -14,6 +13,7 @@ import {
View
} from 'react-native';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
import { Alert } from '@/utils/alert';
type PurchaseTab = 'subscription' | 'pack';