@umituz/react-native-settings 4.23.79 → 4.23.81
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 +6 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-settings",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.81",
|
|
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",
|
|
@@ -41,14 +41,12 @@
|
|
|
41
41
|
"firebase": "^12.7.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"expo": ">=54.0.0",
|
|
45
44
|
"@expo/vector-icons": ">=14.0.0",
|
|
46
|
-
"@react-native-async-storage/async-storage": ">=2.0.0",
|
|
47
|
-
"@react-native-community/datetimepicker": ">=8.0.0",
|
|
48
45
|
"@react-navigation/native": ">=6.0.0",
|
|
49
46
|
"@react-navigation/stack": ">=6.0.0",
|
|
50
47
|
"@tanstack/react-query": ">=5.0.0",
|
|
51
48
|
"@umituz/react-native-design-system": "*",
|
|
49
|
+
"expo": ">=54.0.0",
|
|
52
50
|
"expo-device": ">=6.0.0",
|
|
53
51
|
"expo-haptics": ">=15.0.0",
|
|
54
52
|
"expo-localization": ">=16.0.0",
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
"i18next": ">=23.0.0",
|
|
58
56
|
"react": ">=19.0.0",
|
|
59
57
|
"react-i18next": ">=15.0.0",
|
|
60
|
-
"react-native": "0.81.
|
|
58
|
+
"react-native": "0.81.4",
|
|
61
59
|
"react-native-safe-area-context": ">=4.0.0",
|
|
62
60
|
"zustand": ">=4.0.0"
|
|
63
61
|
},
|
|
@@ -65,7 +63,7 @@
|
|
|
65
63
|
"@expo/vector-icons": "^15.0.0",
|
|
66
64
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
67
65
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
68
|
-
"@react-native-community/datetimepicker": "^8.
|
|
66
|
+
"@react-native-community/datetimepicker": "^8.6.0",
|
|
69
67
|
"@react-native-community/slider": "^5.1.1",
|
|
70
68
|
"@react-navigation/bottom-tabs": "^7.9.0",
|
|
71
69
|
"@react-navigation/native": "^7.1.26",
|
|
@@ -77,7 +75,7 @@
|
|
|
77
75
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
78
76
|
"@typescript-eslint/parser": "^7.18.0",
|
|
79
77
|
"@umituz/react-native-auth": "^3.6.49",
|
|
80
|
-
"@umituz/react-native-design-system": "
|
|
78
|
+
"@umituz/react-native-design-system": "*",
|
|
81
79
|
"@umituz/react-native-firebase": "^1.13.102",
|
|
82
80
|
"@umituz/react-native-sentry": "*",
|
|
83
81
|
"eslint": "^8.57.0",
|
|
@@ -110,12 +108,11 @@
|
|
|
110
108
|
"i18next": "^25.7.3",
|
|
111
109
|
"react": "19.1.0",
|
|
112
110
|
"react-i18next": "^16.5.1",
|
|
113
|
-
"react-native": "0.81.
|
|
111
|
+
"react-native": "0.81.4",
|
|
114
112
|
"react-native-gesture-handler": "^2.30.0",
|
|
115
113
|
"react-native-reanimated": "^4.2.1",
|
|
116
114
|
"react-native-safe-area-context": "^5.6.2",
|
|
117
115
|
"react-native-svg": "^15.15.1",
|
|
118
|
-
"rn-emoji-keyboard": "^1.7.0",
|
|
119
116
|
"typescript": "^5.3.0",
|
|
120
117
|
"zustand": "^5.0.9"
|
|
121
118
|
},
|