@umituz/react-native-settings 4.17.31 → 4.17.32

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.17.31",
3
+ "version": "4.17.32",
4
4
  "description": "Complete settings hub for React Native apps - consolidated package with settings, about, legal, appearance, feedback, FAQs, and rating",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -110,7 +110,8 @@ export function useFeatureDetection(
110
110
  userProfile: userProfile.enabled,
111
111
  subscription:
112
112
  subscription.enabled &&
113
- subscription.config?.sectionConfig !== undefined,
113
+ (subscription.config?.settingsItem !== undefined ||
114
+ subscription.config?.sectionConfig !== undefined),
114
115
  feedback: feedback.enabled,
115
116
  rating: rating.enabled,
116
117
  faqs: faqs.enabled,