@umituz/react-native-settings 4.23.26 → 4.23.27

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.26",
3
+ "version": "4.23.27",
4
4
  "description": "Complete settings hub for React Native apps - consolidated package with settings, about, legal, appearance, feedback, FAQs, rating, and gamification",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -119,6 +119,6 @@ export function useFeatureDetection(
119
119
  wallet: wallet.enabled,
120
120
  gamification: gamification.enabled,
121
121
  };
122
- }, [normalizedConfig, navigation, options, notificationServiceAvailable]);
122
+ }, [normalizedConfig, navigation, options]);
123
123
  }
124
124