@umituz/react-native-settings 4.23.136 → 5.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-settings",
3
- "version": "4.23.136",
3
+ "version": "5.0.0",
4
4
  "description": "Complete settings hub for React Native apps - consolidated package with settings, localization, about, legal, appearance, feedback, FAQs, rating, and gamification",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -23,6 +23,7 @@ declare const __DEV__: boolean;
23
23
  export const useAuthHandlers = (appInfo: AppInfo, translations?: SettingsTranslations["account"] & SettingsTranslations["errors"]) => {
24
24
  const { signOut } = useAuth();
25
25
  const { showAuthModal } = useAuthModalStore();
26
+
26
27
  const { deleteAccount: deleteAccountFromAuth } = useAccountManagement({
27
28
  passwordPromptTitle: translations?.deleteAccountTitle || "Confirm Account Deletion",
28
29
  passwordPromptMessage: translations?.deleteAccountMessage || "Please enter your password to permanently delete your account. This action cannot be undone.",