@umituz/react-native-settings 4.23.55 → 4.23.57

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.55",
3
+ "version": "4.23.57",
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",
@@ -148,7 +148,6 @@ export const useSettingsScreenConfig = (
148
148
  isAnonymous,
149
149
  avatarUrl: userProfileData?.avatarUrl || user?.photoURL || undefined,
150
150
  benefits: isAnonymous ? [
151
- t("settings.profile.benefits.freeCredits"),
152
151
  t("settings.profile.benefits.saveHistory"),
153
152
  t("settings.profile.benefits.syncDevices"),
154
153
  t("settings.profile.benefits.cloudSync"),