@oxyhq/services 6.9.45 → 6.9.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/lib/commonjs/ui/components/OxyProvider.js +6 -5
  2. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  3. package/lib/commonjs/ui/components/SignInModal.js +271 -102
  4. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  5. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +24 -15
  6. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  7. package/lib/commonjs/ui/components/index.js +0 -35
  8. package/lib/commonjs/ui/components/index.js.map +1 -1
  9. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +26 -13
  10. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  11. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +50 -28
  12. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
  13. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +83 -48
  14. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -1
  15. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +11 -10
  16. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  17. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +38 -23
  18. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  19. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +4 -3
  20. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
  21. package/lib/commonjs/ui/screens/AccountCenterScreen.js +1 -3
  22. package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
  23. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +47 -63
  24. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  25. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +90 -68
  26. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  27. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +72 -63
  28. package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
  29. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +5 -5
  30. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  31. package/lib/commonjs/ui/screens/FeedbackScreen.js +57 -51
  32. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  33. package/lib/commonjs/ui/screens/FileManagementScreen.js +25 -36
  34. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  35. package/lib/commonjs/ui/screens/HistoryViewScreen.js +31 -31
  36. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  37. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +15 -8
  38. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  39. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +60 -54
  40. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  41. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +12 -9
  42. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +159 -190
  44. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +20 -22
  46. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +16 -17
  48. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/SessionManagementScreen.js +26 -4
  50. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/UserLinksScreen.js +13 -29
  52. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +110 -52
  54. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +3 -5
  56. package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  57. package/lib/module/ui/components/OxyProvider.js +6 -5
  58. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  59. package/lib/module/ui/components/SignInModal.js +271 -100
  60. package/lib/module/ui/components/SignInModal.js.map +1 -1
  61. package/lib/module/ui/components/fileManagement/FileViewer.js +24 -15
  62. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  63. package/lib/module/ui/components/index.js +0 -5
  64. package/lib/module/ui/components/index.js.map +1 -1
  65. package/lib/module/ui/components/payment/PaymentDetailsStep.js +26 -13
  66. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  67. package/lib/module/ui/components/payment/PaymentMethodStep.js +49 -26
  68. package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
  69. package/lib/module/ui/components/payment/PaymentReviewStep.js +84 -48
  70. package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -1
  71. package/lib/module/ui/components/payment/PaymentSuccessStep.js +11 -9
  72. package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  73. package/lib/module/ui/components/payment/PaymentSummaryStep.js +38 -22
  74. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  75. package/lib/module/ui/context/hooks/useAuthOperations.js +4 -3
  76. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  77. package/lib/module/ui/screens/AccountCenterScreen.js +1 -3
  78. package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
  79. package/lib/module/ui/screens/AccountOverviewScreen.js +46 -62
  80. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  81. package/lib/module/ui/screens/AccountSettingsScreen.js +90 -68
  82. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  83. package/lib/module/ui/screens/AccountSwitcherScreen.js +73 -64
  84. package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -1
  85. package/lib/module/ui/screens/AccountVerificationScreen.js +6 -6
  86. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  87. package/lib/module/ui/screens/FeedbackScreen.js +48 -42
  88. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  89. package/lib/module/ui/screens/FileManagementScreen.js +25 -36
  90. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  91. package/lib/module/ui/screens/HistoryViewScreen.js +32 -32
  92. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  93. package/lib/module/ui/screens/LanguageSelectorScreen.js +16 -9
  94. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  95. package/lib/module/ui/screens/LegalDocumentsScreen.js +61 -55
  96. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  97. package/lib/module/ui/screens/PaymentGatewayScreen.js +12 -9
  98. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  99. package/lib/module/ui/screens/PrivacySettingsScreen.js +161 -192
  100. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  101. package/lib/module/ui/screens/SavesCollectionsScreen.js +21 -23
  102. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  103. package/lib/module/ui/screens/SearchSettingsScreen.js +17 -18
  104. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  105. package/lib/module/ui/screens/SessionManagementScreen.js +27 -5
  106. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  107. package/lib/module/ui/screens/UserLinksScreen.js +15 -31
  108. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  109. package/lib/module/ui/screens/WelcomeNewUserScreen.js +110 -52
  110. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  111. package/lib/module/ui/screens/karma/KarmaFAQScreen.js +4 -6
  112. package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
  113. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -1
  114. package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
  115. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  116. package/lib/typescript/commonjs/ui/components/index.d.ts +0 -5
  117. package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -1
  118. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  119. package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  121. package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  122. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  123. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts +1 -1
  125. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -1
  126. package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  127. package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  128. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  129. package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  130. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  131. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
  132. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  133. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  134. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  135. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  136. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  137. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  138. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  139. package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  140. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  141. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  142. package/lib/typescript/commonjs/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  143. package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -1
  144. package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
  145. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  146. package/lib/typescript/module/ui/components/index.d.ts +0 -5
  147. package/lib/typescript/module/ui/components/index.d.ts.map +1 -1
  148. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  149. package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  150. package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  151. package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  152. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  153. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  154. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +1 -1
  155. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -1
  156. package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +1 -1
  157. package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +1 -1
  158. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -1
  159. package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +1 -1
  160. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -1
  161. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
  162. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  163. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
  164. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  165. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  166. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  167. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  168. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
  169. package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  170. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  171. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  172. package/lib/typescript/module/ui/screens/karma/KarmaFAQScreen.d.ts.map +1 -1
  173. package/package.json +2 -2
  174. package/src/ui/components/OxyProvider.tsx +6 -5
  175. package/src/ui/components/SignInModal.tsx +186 -42
  176. package/src/ui/components/fileManagement/FileViewer.tsx +25 -15
  177. package/src/ui/components/index.ts +0 -5
  178. package/src/ui/components/payment/PaymentDetailsStep.tsx +16 -19
  179. package/src/ui/components/payment/PaymentMethodStep.tsx +33 -35
  180. package/src/ui/components/payment/PaymentReviewStep.tsx +63 -67
  181. package/src/ui/components/payment/PaymentSuccessStep.tsx +4 -12
  182. package/src/ui/components/payment/PaymentSummaryStep.tsx +26 -33
  183. package/src/ui/context/hooks/useAuthOperations.ts +4 -3
  184. package/src/ui/screens/AccountCenterScreen.tsx +2 -3
  185. package/src/ui/screens/AccountOverviewScreen.tsx +44 -65
  186. package/src/ui/screens/AccountSettingsScreen.tsx +121 -149
  187. package/src/ui/screens/AccountSwitcherScreen.tsx +94 -115
  188. package/src/ui/screens/AccountVerificationScreen.tsx +10 -9
  189. package/src/ui/screens/FeedbackScreen.tsx +50 -38
  190. package/src/ui/screens/FileManagementScreen.tsx +26 -34
  191. package/src/ui/screens/HistoryViewScreen.tsx +29 -10
  192. package/src/ui/screens/LanguageSelectorScreen.tsx +19 -7
  193. package/src/ui/screens/LegalDocumentsScreen.tsx +46 -63
  194. package/src/ui/screens/PaymentGatewayScreen.tsx +11 -12
  195. package/src/ui/screens/PrivacySettingsScreen.tsx +81 -193
  196. package/src/ui/screens/SavesCollectionsScreen.tsx +23 -23
  197. package/src/ui/screens/SearchSettingsScreen.tsx +11 -19
  198. package/src/ui/screens/SessionManagementScreen.tsx +29 -3
  199. package/src/ui/screens/UserLinksScreen.tsx +15 -32
  200. package/src/ui/screens/WelcomeNewUserScreen.tsx +46 -20
  201. package/src/ui/screens/karma/KarmaFAQScreen.tsx +4 -6
  202. package/lib/commonjs/ui/components/GroupedItem.js +0 -138
  203. package/lib/commonjs/ui/components/GroupedItem.js.map +0 -1
  204. package/lib/commonjs/ui/components/GroupedSection.js +0 -41
  205. package/lib/commonjs/ui/components/GroupedSection.js.map +0 -1
  206. package/lib/commonjs/ui/components/Section.js +0 -39
  207. package/lib/commonjs/ui/components/Section.js.map +0 -1
  208. package/lib/commonjs/ui/components/SectionTitle.js +0 -29
  209. package/lib/commonjs/ui/components/SectionTitle.js.map +0 -1
  210. package/lib/commonjs/ui/components/SettingRow.js +0 -96
  211. package/lib/commonjs/ui/components/SettingRow.js.map +0 -1
  212. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +0 -208
  213. package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +0 -1
  214. package/lib/module/ui/components/GroupedItem.js +0 -135
  215. package/lib/module/ui/components/GroupedItem.js.map +0 -1
  216. package/lib/module/ui/components/GroupedSection.js +0 -37
  217. package/lib/module/ui/components/GroupedSection.js.map +0 -1
  218. package/lib/module/ui/components/Section.js +0 -34
  219. package/lib/module/ui/components/Section.js.map +0 -1
  220. package/lib/module/ui/components/SectionTitle.js +0 -25
  221. package/lib/module/ui/components/SectionTitle.js.map +0 -1
  222. package/lib/module/ui/components/SettingRow.js +0 -91
  223. package/lib/module/ui/components/SettingRow.js.map +0 -1
  224. package/lib/module/ui/components/internal/GroupedPillButtons.js +0 -204
  225. package/lib/module/ui/components/internal/GroupedPillButtons.js.map +0 -1
  226. package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts +0 -24
  227. package/lib/typescript/commonjs/ui/components/GroupedItem.d.ts.map +0 -1
  228. package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts +0 -30
  229. package/lib/typescript/commonjs/ui/components/GroupedSection.d.ts.map +0 -1
  230. package/lib/typescript/commonjs/ui/components/Section.d.ts +0 -12
  231. package/lib/typescript/commonjs/ui/components/Section.d.ts.map +0 -1
  232. package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts +0 -10
  233. package/lib/typescript/commonjs/ui/components/SectionTitle.d.ts.map +0 -1
  234. package/lib/typescript/commonjs/ui/components/SettingRow.d.ts +0 -20
  235. package/lib/typescript/commonjs/ui/components/SettingRow.d.ts.map +0 -1
  236. package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts +0 -24
  237. package/lib/typescript/commonjs/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
  238. package/lib/typescript/module/ui/components/GroupedItem.d.ts +0 -24
  239. package/lib/typescript/module/ui/components/GroupedItem.d.ts.map +0 -1
  240. package/lib/typescript/module/ui/components/GroupedSection.d.ts +0 -30
  241. package/lib/typescript/module/ui/components/GroupedSection.d.ts.map +0 -1
  242. package/lib/typescript/module/ui/components/Section.d.ts +0 -12
  243. package/lib/typescript/module/ui/components/Section.d.ts.map +0 -1
  244. package/lib/typescript/module/ui/components/SectionTitle.d.ts +0 -10
  245. package/lib/typescript/module/ui/components/SectionTitle.d.ts.map +0 -1
  246. package/lib/typescript/module/ui/components/SettingRow.d.ts +0 -20
  247. package/lib/typescript/module/ui/components/SettingRow.d.ts.map +0 -1
  248. package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts +0 -24
  249. package/lib/typescript/module/ui/components/internal/GroupedPillButtons.d.ts.map +0 -1
  250. package/src/ui/components/GroupedItem.tsx +0 -161
  251. package/src/ui/components/GroupedSection.tsx +0 -60
  252. package/src/ui/components/Section.tsx +0 -42
  253. package/src/ui/components/SectionTitle.tsx +0 -27
  254. package/src/ui/components/SettingRow.tsx +0 -105
  255. package/src/ui/components/internal/GroupedPillButtons.tsx +0 -253
@@ -9,13 +9,14 @@ import {
9
9
  Platform,
10
10
  Image,
11
11
  } from 'react-native';
12
+ import { MaterialCommunityIcons } from '@expo/vector-icons';
12
13
  import type { BaseScreenProps } from '../types/navigation';
13
14
  import { toast } from '../../lib/sonner';
14
15
  import { fontFamilies } from '../styles/fonts';
15
16
  import * as Prompt from '@oxyhq/bloom/prompt';
16
17
  import { usePromptControl } from '@oxyhq/bloom/prompt';
17
18
  import { useAuthStore } from '../stores/authStore';
18
- import { GroupedSection } from '../components';
19
+ import { SettingsListGroup, SettingsListItem } from '@oxyhq/bloom/settings-list';
19
20
  import { useI18n } from '../hooks/useI18n';
20
21
  import { useTheme } from '@oxyhq/bloom/theme';
21
22
  import { useColorScheme } from '../hooks/useColorScheme';
@@ -362,64 +363,59 @@ const AccountSettingsScreen: React.FC<BaseScreenProps & { initialField?: string;
362
363
  {t('editProfile.sections.profilePicture') || 'PROFILE PICTURE'}
363
364
  </Text>
364
365
  <View style={styles.groupedSectionWrapper}>
365
- <GroupedSection
366
- items={[
367
- {
368
- id: 'profile-photo',
369
- customIcon: (optimisticAvatarId || avatarFileId) ? (
370
- isUpdatingAvatar ? (
371
- <Animated.View style={{ position: 'relative', width: 36, height: 36 }}>
372
- <Animated.Image
373
- source={{ uri: oxyServices.getFileDownloadUrl(optimisticAvatarId || avatarFileId, 'thumb') }}
374
- style={{
375
- width: 36,
376
- height: 36,
377
- borderRadius: 18,
378
- opacity: 0.6
379
- }}
380
- />
381
- <View style={{
382
- position: 'absolute',
383
- top: 0,
384
- left: 0,
385
- right: 0,
386
- bottom: 0,
387
- justifyContent: 'center',
388
- alignItems: 'center',
389
- backgroundColor: colorScheme === 'dark' ? 'rgba(0, 0, 0, 0.4)' : 'rgba(255, 255, 255, 0.7)',
390
- borderRadius: 18,
391
- }}>
392
- <ActivityIndicator size="small" color={colors.tint} />
393
- </View>
394
- </Animated.View>
395
- ) : (
396
- <Image
366
+ <SettingsListGroup>
367
+ <SettingsListItem
368
+ icon={(optimisticAvatarId || avatarFileId) ? (
369
+ isUpdatingAvatar ? (
370
+ <Animated.View style={{ position: 'relative', width: 36, height: 36 }}>
371
+ <Animated.Image
397
372
  source={{ uri: oxyServices.getFileDownloadUrl(optimisticAvatarId || avatarFileId, 'thumb') }}
398
- style={{ width: 36, height: 36, borderRadius: 18 }}
373
+ style={{
374
+ width: 36,
375
+ height: 36,
376
+ borderRadius: 18,
377
+ opacity: 0.6
378
+ }}
399
379
  />
400
- )
401
- ) : undefined,
402
- icon: !(optimisticAvatarId || avatarFileId) ? 'account-outline' : undefined,
403
- iconColor: colors.sidebarIconPersonalInfo,
404
- title: 'Profile Photo',
405
- subtitle: isUpdatingAvatar
406
- ? 'Updating profile picture...'
407
- : (avatarFileId ? 'Tap to change your profile picture' : 'Tap to add a profile picture'),
408
- onPress: isUpdatingAvatar ? undefined : openAvatarPicker,
409
- disabled: isUpdatingAvatar,
410
- },
411
- ...(avatarFileId && !isUpdatingAvatar ? [
412
- {
413
- id: 'remove-profile-photo',
414
- icon: 'delete-outline',
415
- iconColor: colors.sidebarIconSharing,
416
- title: 'Remove Photo',
417
- subtitle: 'Delete current profile picture',
418
- onPress: handleAvatarRemove,
419
- }
420
- ] : []),
421
- ]}
422
- />
380
+ <View style={{
381
+ position: 'absolute',
382
+ top: 0,
383
+ left: 0,
384
+ right: 0,
385
+ bottom: 0,
386
+ justifyContent: 'center',
387
+ alignItems: 'center',
388
+ backgroundColor: colorScheme === 'dark' ? 'rgba(0, 0, 0, 0.4)' : 'rgba(255, 255, 255, 0.7)',
389
+ borderRadius: 18,
390
+ }}>
391
+ <ActivityIndicator size="small" color={colors.tint} />
392
+ </View>
393
+ </Animated.View>
394
+ ) : (
395
+ <Image
396
+ source={{ uri: oxyServices.getFileDownloadUrl(optimisticAvatarId || avatarFileId, 'thumb') }}
397
+ style={{ width: 36, height: 36, borderRadius: 18 }}
398
+ />
399
+ )
400
+ ) : (
401
+ <MaterialCommunityIcons name="account-outline" size={20} color={colors.sidebarIconPersonalInfo} />
402
+ )}
403
+ title="Profile Photo"
404
+ description={isUpdatingAvatar
405
+ ? 'Updating profile picture...'
406
+ : (avatarFileId ? 'Tap to change your profile picture' : 'Tap to add a profile picture')}
407
+ onPress={isUpdatingAvatar ? undefined : openAvatarPicker}
408
+ disabled={isUpdatingAvatar}
409
+ />
410
+ {avatarFileId && !isUpdatingAvatar ? (
411
+ <SettingsListItem
412
+ icon={<MaterialCommunityIcons name="delete-outline" size={20} color={colors.sidebarIconSharing} />}
413
+ title="Remove Photo"
414
+ description="Delete current profile picture"
415
+ onPress={handleAvatarRemove}
416
+ />
417
+ ) : null}
418
+ </SettingsListGroup>
423
419
  </View>
424
420
  </View>
425
421
 
@@ -436,34 +432,26 @@ const AccountSettingsScreen: React.FC<BaseScreenProps & { initialField?: string;
436
432
  {t('editProfile.sections.basicInfo') || 'BASIC INFORMATION'}
437
433
  </Text>
438
434
  <View style={styles.groupedSectionWrapper}>
439
- <GroupedSection
440
- items={[
441
- {
442
- id: 'display-name',
443
- icon: 'account-outline',
444
- iconColor: colors.sidebarIconPersonalInfo,
445
- title: t('editProfile.items.displayName.title') || 'Display Name',
446
- subtitle: [displayName, lastName].filter(Boolean).join(' ') || (t('editProfile.items.displayName.add') || 'Add your display name'),
447
- onPress: handleOpenDisplayNameModal,
448
- },
449
- {
450
- id: 'username',
451
- icon: 'at',
452
- iconColor: colors.sidebarIconData,
453
- title: t('editProfile.items.username.title') || 'Username',
454
- subtitle: username || (t('editProfile.items.username.choose') || 'Choose a username'),
455
- onPress: handleOpenUsernameModal,
456
- },
457
- {
458
- id: 'email',
459
- icon: 'email-outline',
460
- iconColor: colors.sidebarIconSecurity,
461
- title: t('editProfile.items.email.title') || 'Email',
462
- subtitle: email || (t('editProfile.items.email.add') || 'Add your email address'),
463
- onPress: handleOpenEmailModal,
464
- },
465
- ]}
466
- />
435
+ <SettingsListGroup>
436
+ <SettingsListItem
437
+ icon={<MaterialCommunityIcons name="account-outline" size={20} color={colors.sidebarIconPersonalInfo} />}
438
+ title={t('editProfile.items.displayName.title') || 'Display Name'}
439
+ description={[displayName, lastName].filter(Boolean).join(' ') || (t('editProfile.items.displayName.add') || 'Add your display name')}
440
+ onPress={handleOpenDisplayNameModal}
441
+ />
442
+ <SettingsListItem
443
+ icon={<MaterialCommunityIcons name="at" size={20} color={colors.sidebarIconData} />}
444
+ title={t('editProfile.items.username.title') || 'Username'}
445
+ description={username || (t('editProfile.items.username.choose') || 'Choose a username')}
446
+ onPress={handleOpenUsernameModal}
447
+ />
448
+ <SettingsListItem
449
+ icon={<MaterialCommunityIcons name="email-outline" size={20} color={colors.sidebarIconSecurity} />}
450
+ title={t('editProfile.items.email.title') || 'Email'}
451
+ description={email || (t('editProfile.items.email.add') || 'Add your email address')}
452
+ onPress={handleOpenEmailModal}
453
+ />
454
+ </SettingsListGroup>
467
455
  </View>
468
456
  </View>
469
457
 
@@ -480,42 +468,34 @@ const AccountSettingsScreen: React.FC<BaseScreenProps & { initialField?: string;
480
468
  {t('editProfile.sections.about') || 'ABOUT YOU'}
481
469
  </Text>
482
470
  <View style={styles.groupedSectionWrapper}>
483
- <GroupedSection
484
- items={[
485
- {
486
- id: 'bio',
487
- icon: 'text-box-outline',
488
- iconColor: colors.sidebarIconPersonalInfo,
489
- title: t('editProfile.items.bio.title') || 'Bio',
490
- subtitle: bio || (t('editProfile.items.bio.placeholder') || 'Tell people about yourself'),
491
- onPress: handleOpenBioModal,
492
- },
493
- {
494
- id: 'locations',
495
- icon: 'map-marker-outline',
496
- iconColor: colors.sidebarIconSharing,
497
- title: t('editProfile.items.locations.title') || 'Locations',
498
- subtitle: locations.length > 0
499
- ? (locations.length === 1
500
- ? (t('editProfile.items.locations.count', { count: locations.length }) || `${locations.length} location added`)
501
- : (t('editProfile.items.locations.count_plural', { count: locations.length }) || `${locations.length} locations added`))
502
- : (t('editProfile.items.locations.add') || 'Add your locations'),
503
- onPress: handleOpenLocationModal,
504
- },
505
- {
506
- id: 'links',
507
- icon: 'link-variant',
508
- iconColor: colors.sidebarIconSharing,
509
- title: t('editProfile.items.links.title') || 'Links',
510
- subtitle: linksMetadata.length > 0
511
- ? (linksMetadata.length === 1
512
- ? (t('editProfile.items.links.count', { count: linksMetadata.length }) || `${linksMetadata.length} link added`)
513
- : (t('editProfile.items.links.count_plural', { count: linksMetadata.length }) || `${linksMetadata.length} links added`))
514
- : (t('editProfile.items.links.add') || 'Add your links'),
515
- onPress: handleOpenLinksModal,
516
- },
517
- ]}
518
- />
471
+ <SettingsListGroup>
472
+ <SettingsListItem
473
+ icon={<MaterialCommunityIcons name="text-box-outline" size={20} color={colors.sidebarIconPersonalInfo} />}
474
+ title={t('editProfile.items.bio.title') || 'Bio'}
475
+ description={bio || (t('editProfile.items.bio.placeholder') || 'Tell people about yourself')}
476
+ onPress={handleOpenBioModal}
477
+ />
478
+ <SettingsListItem
479
+ icon={<MaterialCommunityIcons name="map-marker-outline" size={20} color={colors.sidebarIconSharing} />}
480
+ title={t('editProfile.items.locations.title') || 'Locations'}
481
+ description={locations.length > 0
482
+ ? (locations.length === 1
483
+ ? (t('editProfile.items.locations.count', { count: locations.length }) || `${locations.length} location added`)
484
+ : (t('editProfile.items.locations.count_plural', { count: locations.length }) || `${locations.length} locations added`))
485
+ : (t('editProfile.items.locations.add') || 'Add your locations')}
486
+ onPress={handleOpenLocationModal}
487
+ />
488
+ <SettingsListItem
489
+ icon={<MaterialCommunityIcons name="link-variant" size={20} color={colors.sidebarIconSharing} />}
490
+ title={t('editProfile.items.links.title') || 'Links'}
491
+ description={linksMetadata.length > 0
492
+ ? (linksMetadata.length === 1
493
+ ? (t('editProfile.items.links.count', { count: linksMetadata.length }) || `${linksMetadata.length} link added`)
494
+ : (t('editProfile.items.links.count_plural', { count: linksMetadata.length }) || `${linksMetadata.length} links added`))
495
+ : (t('editProfile.items.links.add') || 'Add your links')}
496
+ onPress={handleOpenLinksModal}
497
+ />
498
+ </SettingsListGroup>
519
499
  </View>
520
500
  </View>
521
501
 
@@ -532,34 +512,26 @@ const AccountSettingsScreen: React.FC<BaseScreenProps & { initialField?: string;
532
512
  {t('editProfile.sections.quickActions') || 'QUICK ACTIONS'}
533
513
  </Text>
534
514
  <View style={styles.groupedSectionWrapper}>
535
- <GroupedSection
536
- items={[
537
- {
538
- id: 'preview-profile',
539
- icon: 'eye',
540
- iconColor: colors.sidebarIconHome,
541
- title: t('editProfile.items.previewProfile.title') || 'Preview Profile',
542
- subtitle: t('editProfile.items.previewProfile.subtitle') || 'See how your profile looks to others',
543
- onPress: () => navigate?.('Profile', { userId: finalUser?.id }),
544
- },
545
- {
546
- id: 'privacy-settings',
547
- icon: 'shield-check',
548
- iconColor: colors.sidebarIconSecurity,
549
- title: t('editProfile.items.privacySettings.title') || 'Privacy Settings',
550
- subtitle: t('editProfile.items.privacySettings.subtitle') || 'Control who can see your profile',
551
- onPress: () => navigate?.('PrivacySettings'),
552
- },
553
- {
554
- id: 'verify-account',
555
- icon: 'check-circle',
556
- iconColor: colors.sidebarIconPersonalInfo,
557
- title: t('editProfile.items.verifyAccount.title') || 'Verify Account',
558
- subtitle: t('editProfile.items.verifyAccount.subtitle') || 'Get a verified badge',
559
- onPress: () => navigate?.('AccountVerification'),
560
- },
561
- ]}
562
- />
515
+ <SettingsListGroup>
516
+ <SettingsListItem
517
+ icon={<MaterialCommunityIcons name="eye" size={20} color={colors.sidebarIconHome} />}
518
+ title={t('editProfile.items.previewProfile.title') || 'Preview Profile'}
519
+ description={t('editProfile.items.previewProfile.subtitle') || 'See how your profile looks to others'}
520
+ onPress={() => navigate?.('Profile', { userId: finalUser?.id })}
521
+ />
522
+ <SettingsListItem
523
+ icon={<MaterialCommunityIcons name="shield-check" size={20} color={colors.sidebarIconSecurity} />}
524
+ title={t('editProfile.items.privacySettings.title') || 'Privacy Settings'}
525
+ description={t('editProfile.items.privacySettings.subtitle') || 'Control who can see your profile'}
526
+ onPress={() => navigate?.('PrivacySettings')}
527
+ />
528
+ <SettingsListItem
529
+ icon={<MaterialCommunityIcons name="check-circle" size={20} color={colors.sidebarIconPersonalInfo} />}
530
+ title={t('editProfile.items.verifyAccount.title') || 'Verify Account'}
531
+ description={t('editProfile.items.verifyAccount.subtitle') || 'Get a verified badge'}
532
+ onPress={() => navigate?.('AccountVerification')}
533
+ />
534
+ </SettingsListGroup>
563
535
  </View>
564
536
  </View>
565
537
 
@@ -21,7 +21,9 @@ import { usePromptControl } from '@oxyhq/bloom/prompt';
21
21
  import OxyIcon from '../components/icon/OxyIcon';
22
22
  import { Ionicons } from '@expo/vector-icons';
23
23
  import Avatar from '../components/Avatar';
24
- import { Header, GroupedSection, LoadingState } from '../components';
24
+ import { Header, LoadingState } from '../components';
25
+ import { SettingsListGroup, SettingsListItem } from '@oxyhq/bloom/settings-list';
26
+ import { SettingsIcon } from '../components/SettingsIcon';
25
27
  import { useI18n } from '../hooks/useI18n';
26
28
  import { useTheme } from '@oxyhq/bloom/theme';
27
29
  import { useOxy } from '../context/OxyContext';
@@ -619,38 +621,28 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
619
621
 
620
622
  {/* Quick Actions */}
621
623
  <View style={styles.section}>
622
- <Text style={styles.sectionTitle}>Quick Actions</Text>
623
-
624
- <GroupedSection
625
- items={[
626
- {
627
- id: 'add-account',
628
- icon: 'account-plus',
629
- iconColor: '#007AFF',
630
- title: 'Add Another Account',
631
- subtitle: 'Sign in with a different account',
632
- onPress: () => navigate?.('OxyAuth'),
633
- },
634
- {
635
- id: 'device-management',
636
- icon: 'cellphone',
637
- iconColor: '#5856D6',
638
- title: `${showDeviceManagement ? 'Hide' : 'Manage'} Device Sessions`,
639
- subtitle: 'View and manage sessions on other devices',
640
- onPress: () => setShowDeviceManagement(!showDeviceManagement),
641
- },
642
- {
643
- id: 'sign-out-all',
644
- icon: 'logout',
645
- iconColor: '#FF3B30',
646
- title: 'Sign Out All Accounts',
647
- subtitle: 'Remove all accounts from this device',
648
- onPress: confirmLogoutAll,
649
- disabled: sessionsWithUsers.length === 0,
650
- },
651
- ]}
652
-
653
- />
624
+ <SettingsListGroup title="Quick Actions">
625
+ <SettingsListItem
626
+ icon={<SettingsIcon name="account-plus" color="#007AFF" />}
627
+ title="Add Another Account"
628
+ description="Sign in with a different account"
629
+ onPress={() => navigate?.('OxyAuth')}
630
+ />
631
+ <SettingsListItem
632
+ icon={<SettingsIcon name="cellphone" color="#5856D6" />}
633
+ title={`${showDeviceManagement ? 'Hide' : 'Manage'} Device Sessions`}
634
+ description="View and manage sessions on other devices"
635
+ onPress={() => setShowDeviceManagement(!showDeviceManagement)}
636
+ />
637
+ <SettingsListItem
638
+ icon={<SettingsIcon name="logout" color="#FF3B30" />}
639
+ title="Sign Out All Accounts"
640
+ description="Remove all accounts from this device"
641
+ onPress={confirmLogoutAll}
642
+ disabled={sessionsWithUsers.length === 0}
643
+ destructive={true}
644
+ />
645
+ </SettingsListGroup>
654
646
  </View>
655
647
 
656
648
  {/* Device Management Section */}
@@ -659,62 +651,53 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
659
651
  <Text style={styles.sectionTitle}>{t('accountSwitcher.sections.deviceSessions') || 'Device Sessions'}</Text>
660
652
 
661
653
  {loadingDeviceSessions ? (
662
- <GroupedSection
663
- items={[
664
- {
665
- id: 'loading-device-sessions',
666
- icon: 'sync',
667
- iconColor: '#007AFF',
668
- title: t('accountSwitcher.device.loadingTitle') || 'Loading device sessions...',
669
- subtitle: t('accountSwitcher.device.loadingSubtitle') || 'Please wait while we fetch your device sessions',
670
- disabled: true,
671
- customContent: (
672
- <ActivityIndicator size="small" color="#007AFF" style={{ marginRight: 16 }} />
673
- ),
674
- },
675
- ]}
676
-
677
- />
654
+ <SettingsListGroup>
655
+ <SettingsListItem
656
+ icon={<SettingsIcon name="sync" color="#007AFF" />}
657
+ title={t('accountSwitcher.device.loadingTitle') || 'Loading device sessions...'}
658
+ description={t('accountSwitcher.device.loadingSubtitle') || 'Please wait while we fetch your device sessions'}
659
+ disabled={true}
660
+ rightElement={<ActivityIndicator size="small" color="#007AFF" />}
661
+ showChevron={false}
662
+ />
663
+ </SettingsListGroup>
678
664
  ) : deviceSessions.length === 0 ? (
679
- <GroupedSection
680
- items={[
681
- {
682
- id: 'no-device-sessions',
683
- icon: 'cellphone',
684
- iconColor: '#ccc',
685
- title: t('accountSwitcher.device.noneTitle') || 'No device sessions found',
686
- subtitle: t('accountSwitcher.device.noneSubtitle') || 'Device session management not available',
687
- disabled: true,
688
- },
689
- ]}
690
-
691
- />
665
+ <SettingsListGroup>
666
+ <SettingsListItem
667
+ icon={<SettingsIcon name="cellphone" color="#ccc" />}
668
+ title={t('accountSwitcher.device.noneTitle') || 'No device sessions found'}
669
+ description={t('accountSwitcher.device.noneSubtitle') || 'Device session management not available'}
670
+ disabled={true}
671
+ showChevron={false}
672
+ />
673
+ </SettingsListGroup>
692
674
  ) : (
693
- <GroupedSection
694
- items={deviceSessions.map((session, index) => ({
695
- id: `device-session-${session.sessionId}`,
696
- icon: session.isCurrent ? 'cellphone' : 'cellphone-basic',
697
- iconColor: session.isCurrent ? '#34C759' : '#8E8E93',
698
- title: `${session.deviceName} ${session.isCurrent ? `(${t('accountSwitcher.device.thisDevice') || 'This device'})` : ''}`,
699
- subtitle: t('accountSwitcher.device.lastActive', { date: new Date(session.lastActive).toLocaleDateString() }) || `Last active: ${new Date(session.lastActive).toLocaleDateString()}`,
700
- onPress: session.isCurrent ? undefined : () => confirmRemoteSessionLogout(session.sessionId, session.deviceName),
701
- disabled: session.isCurrent || remotingLogoutSessionId === session.sessionId,
702
- customContent: !session.isCurrent ? (
703
- <TouchableOpacity
704
- style={styles.removeButton}
705
- onPress={() => confirmRemoteSessionLogout(session.sessionId, session.deviceName)}
706
- disabled={remotingLogoutSessionId === session.sessionId}
707
- >
708
- {remotingLogoutSessionId === session.sessionId ? (
709
- <ActivityIndicator size="small" color="#FF3B30" />
710
- ) : (
711
- <OxyIcon name="log-out" size={16} color="#FF3B30" />
712
- )}
713
- </TouchableOpacity>
714
- ) : undefined,
715
- }))}
716
-
717
- />
675
+ <SettingsListGroup>
676
+ {deviceSessions.map((session) => (
677
+ <SettingsListItem
678
+ key={`device-session-${session.sessionId}`}
679
+ icon={<SettingsIcon name={session.isCurrent ? 'cellphone' : 'cellphone-basic'} color={session.isCurrent ? '#34C759' : '#8E8E93'} />}
680
+ title={`${session.deviceName} ${session.isCurrent ? `(${t('accountSwitcher.device.thisDevice') || 'This device'})` : ''}`}
681
+ description={t('accountSwitcher.device.lastActive', { date: new Date(session.lastActive).toLocaleDateString() }) || `Last active: ${new Date(session.lastActive).toLocaleDateString()}`}
682
+ onPress={session.isCurrent ? undefined : () => confirmRemoteSessionLogout(session.sessionId, session.deviceName)}
683
+ disabled={session.isCurrent || remotingLogoutSessionId === session.sessionId}
684
+ showChevron={false}
685
+ rightElement={!session.isCurrent ? (
686
+ <TouchableOpacity
687
+ style={styles.removeButton}
688
+ onPress={() => confirmRemoteSessionLogout(session.sessionId, session.deviceName)}
689
+ disabled={remotingLogoutSessionId === session.sessionId}
690
+ >
691
+ {remotingLogoutSessionId === session.sessionId ? (
692
+ <ActivityIndicator size="small" color="#FF3B30" />
693
+ ) : (
694
+ <OxyIcon name="log-out" size={16} color="#FF3B30" />
695
+ )}
696
+ </TouchableOpacity>
697
+ ) : undefined}
698
+ />
699
+ ))}
700
+ </SettingsListGroup>
718
701
  )}
719
702
  </View>
720
703
  )}
@@ -722,34 +705,30 @@ const ModernAccountSwitcherScreen: React.FC<BaseScreenProps> = ({
722
705
  {/* Empty State */}
723
706
  {sessionsWithUsers.length === 0 && (
724
707
  <View style={styles.section}>
725
- <GroupedSection
726
- items={[
727
- {
728
- id: 'empty-state',
729
- icon: 'account-outline',
730
- iconColor: '#ccc',
731
- title: t('accountSwitcher.empty.title') || 'No saved accounts',
732
- subtitle: t('accountSwitcher.empty.subtitle') || 'Add another account to switch between them quickly',
733
- onPress: () => navigate?.('OxyAuth'),
734
- customContent: (
735
- <View style={styles.emptyStateContainer}>
736
- <OxyIcon name="person-outline" size={48} color="#ccc" />
737
- <Text style={styles.emptyStateTitle}>{t('accountSwitcher.empty.title') || 'No saved accounts'}</Text>
738
- <Text style={styles.emptyStateDescription}>
739
- {t('accountSwitcher.empty.subtitle') || 'Add another account to switch between them quickly'}
740
- </Text>
741
- <TouchableOpacity
742
- style={styles.addAccountButton}
743
- onPress={() => navigate?.('OxyAuth')}
744
- >
745
- <Text style={styles.addAccountButtonText}>{t('accountCenter.sections.addAccount') || 'Add Account'}</Text>
746
- </TouchableOpacity>
747
- </View>
748
- ),
749
- },
750
- ]}
751
-
752
- />
708
+ <SettingsListGroup>
709
+ <SettingsListItem
710
+ icon={<SettingsIcon name="account-outline" color="#ccc" />}
711
+ title={t('accountSwitcher.empty.title') || 'No saved accounts'}
712
+ description={t('accountSwitcher.empty.subtitle') || 'Add another account to switch between them quickly'}
713
+ onPress={() => navigate?.('OxyAuth')}
714
+ rightElement={
715
+ <View style={styles.emptyStateContainer}>
716
+ <OxyIcon name="person-outline" size={48} color="#ccc" />
717
+ <Text style={styles.emptyStateTitle}>{t('accountSwitcher.empty.title') || 'No saved accounts'}</Text>
718
+ <Text style={styles.emptyStateDescription}>
719
+ {t('accountSwitcher.empty.subtitle') || 'Add another account to switch between them quickly'}
720
+ </Text>
721
+ <TouchableOpacity
722
+ style={styles.addAccountButton}
723
+ onPress={() => navigate?.('OxyAuth')}
724
+ >
725
+ <Text style={styles.addAccountButtonText}>{t('accountCenter.sections.addAccount') || 'Add Account'}</Text>
726
+ </TouchableOpacity>
727
+ </View>
728
+ }
729
+ showChevron={false}
730
+ />
731
+ </SettingsListGroup>
753
732
  </View>
754
733
  )}
755
734
  </>