@umituz/react-native-settings 5.3.0 → 5.3.2

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": "5.3.0",
3
+ "version": "5.3.2",
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",
@@ -156,7 +156,7 @@ export const useSettingsScreenConfig = (
156
156
  }, [baseSettingsConfig, translations]);
157
157
 
158
158
  const userProfile = useMemo(() => createUserProfileDisplay({
159
- profileData: userProfileData,
159
+ profileData: userProfileData || undefined,
160
160
  onSignIn: handleSignIn,
161
161
  }), [userProfileData, handleSignIn]);
162
162