@umituz/react-native-settings 5.3.2 → 5.3.3
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 +76 -16
package/package.json
CHANGED
|
@@ -1,26 +1,86 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-settings",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
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",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"exports": {
|
|
9
|
-
".":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"./
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"./
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
".": {
|
|
10
|
+
"react-native": "./src/index.ts",
|
|
11
|
+
"types": "./src/index.ts",
|
|
12
|
+
"default": "./src/index.ts"
|
|
13
|
+
},
|
|
14
|
+
"./localization": {
|
|
15
|
+
"react-native": "./src/domains/localization/index.ts",
|
|
16
|
+
"types": "./src/domains/localization/index.ts",
|
|
17
|
+
"default": "./src/domains/localization/index.ts"
|
|
18
|
+
},
|
|
19
|
+
"./appearance": {
|
|
20
|
+
"react-native": "./src/domains/appearance/index.ts",
|
|
21
|
+
"types": "./src/domains/appearance/index.ts",
|
|
22
|
+
"default": "./src/domains/appearance/index.ts"
|
|
23
|
+
},
|
|
24
|
+
"./feedback": {
|
|
25
|
+
"react-native": "./src/domains/feedback/index.ts",
|
|
26
|
+
"types": "./src/domains/feedback/index.ts",
|
|
27
|
+
"default": "./src/domains/feedback/index.ts"
|
|
28
|
+
},
|
|
29
|
+
"./rating": {
|
|
30
|
+
"react-native": "./src/domains/rating/index.ts",
|
|
31
|
+
"types": "./src/domains/rating/index.ts",
|
|
32
|
+
"default": "./src/domains/rating/index.ts"
|
|
33
|
+
},
|
|
34
|
+
"./gamification": {
|
|
35
|
+
"react-native": "./src/domains/gamification/index.ts",
|
|
36
|
+
"types": "./src/domains/gamification/index.ts",
|
|
37
|
+
"default": "./src/domains/gamification/index.ts"
|
|
38
|
+
},
|
|
39
|
+
"./notifications": {
|
|
40
|
+
"react-native": "./src/domains/notifications/index.ts",
|
|
41
|
+
"types": "./src/domains/notifications/index.ts",
|
|
42
|
+
"default": "./src/domains/notifications/index.ts"
|
|
43
|
+
},
|
|
44
|
+
"./about": {
|
|
45
|
+
"react-native": "./src/domains/about/index.ts",
|
|
46
|
+
"types": "./src/domains/about/index.ts",
|
|
47
|
+
"default": "./src/domains/about/index.ts"
|
|
48
|
+
},
|
|
49
|
+
"./legal": {
|
|
50
|
+
"react-native": "./src/domains/legal/index.ts",
|
|
51
|
+
"types": "./src/domains/legal/index.ts",
|
|
52
|
+
"default": "./src/domains/legal/index.ts"
|
|
53
|
+
},
|
|
54
|
+
"./faqs": {
|
|
55
|
+
"react-native": "./src/domains/faqs/index.ts",
|
|
56
|
+
"types": "./src/domains/faqs/index.ts",
|
|
57
|
+
"default": "./src/domains/faqs/index.ts"
|
|
58
|
+
},
|
|
59
|
+
"./disclaimer": {
|
|
60
|
+
"react-native": "./src/domains/disclaimer/index.ts",
|
|
61
|
+
"types": "./src/domains/disclaimer/index.ts",
|
|
62
|
+
"default": "./src/domains/disclaimer/index.ts"
|
|
63
|
+
},
|
|
64
|
+
"./cloud-sync": {
|
|
65
|
+
"react-native": "./src/domains/cloud-sync/index.ts",
|
|
66
|
+
"types": "./src/domains/cloud-sync/index.ts",
|
|
67
|
+
"default": "./src/domains/cloud-sync/index.ts"
|
|
68
|
+
},
|
|
69
|
+
"./dev": {
|
|
70
|
+
"react-native": "./src/domains/dev/index.ts",
|
|
71
|
+
"types": "./src/domains/dev/index.ts",
|
|
72
|
+
"default": "./src/domains/dev/index.ts"
|
|
73
|
+
},
|
|
74
|
+
"./video-tutorials": {
|
|
75
|
+
"react-native": "./src/domains/video-tutorials/index.ts",
|
|
76
|
+
"types": "./src/domains/video-tutorials/index.ts",
|
|
77
|
+
"default": "./src/domains/video-tutorials/index.ts"
|
|
78
|
+
},
|
|
79
|
+
"./account": {
|
|
80
|
+
"react-native": "./src/account.ts",
|
|
81
|
+
"types": "./src/account.ts",
|
|
82
|
+
"default": "./src/account.ts"
|
|
83
|
+
},
|
|
24
84
|
"./package.json": "./package.json"
|
|
25
85
|
},
|
|
26
86
|
"scripts": {
|