@umituz/react-native-loading 1.2.3 → 1.2.4
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 +10 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-loading",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Loading states and animations for React Native apps with breathing animations, skeleton loaders, and state management hooks",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"skeleton",
|
|
18
18
|
"loader",
|
|
19
19
|
"animation",
|
|
20
|
-
"ddd"
|
|
20
|
+
"ddd",
|
|
21
|
+
"shimmer"
|
|
21
22
|
],
|
|
22
23
|
"author": "Ümit UZ <umit@umituz.com>",
|
|
23
24
|
"license": "MIT",
|
|
@@ -26,15 +27,21 @@
|
|
|
26
27
|
"url": "https://github.com/umituz/react-native-loading"
|
|
27
28
|
},
|
|
28
29
|
"peerDependencies": {
|
|
30
|
+
"@umituz/react-native-animation": "latest",
|
|
31
|
+
"@umituz/react-native-design-system": "latest",
|
|
32
|
+
"expo-linear-gradient": ">=12.0.0",
|
|
29
33
|
"react": ">=18.2.0",
|
|
30
34
|
"react-native": ">=0.74.0",
|
|
31
35
|
"react-native-reanimated": ">=3.0.0"
|
|
32
36
|
},
|
|
33
37
|
"devDependencies": {
|
|
38
|
+
"@umituz/react-native-animation": "latest",
|
|
39
|
+
"@umituz/react-native-design-system": "latest",
|
|
40
|
+
"expo-linear-gradient": "~14.0.0",
|
|
34
41
|
"@types/react": "~19.1.10",
|
|
35
42
|
"react": "19.1.0",
|
|
36
43
|
"react-native": "0.81.5",
|
|
37
|
-
"react-native-reanimated": "
|
|
44
|
+
"react-native-reanimated": "~3.16.1",
|
|
38
45
|
"typescript": "~5.9.2"
|
|
39
46
|
},
|
|
40
47
|
"publishConfig": {
|