-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "expo-skeleton-loading",
"version": "1.0.8",
"description": "Expo equivalent of react-native-skeleton-loading",
"main": "index.tsx",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmusaib/expo-skeleton-loading.git"
},
"dependencies": {
"react-native-reanimated": "~3.16.1",
"expo-linear-gradient": "~14.0.1",
"@react-native-masked-view/masked-view": "0.3.2"
},
"keywords": [
"skeleton",
"expo",
"react-native",
"skeleton-loader",
"skeleton loader",
"expo-skeleton-loader",
"expo skeleton loader",
"react-native-skeleton-loader",
"react native skeleton loader",
"skeleton-loading",
"skeleton loading",
"loading",
"react-native-skeleton-loading",
"react native skeleton loading",
"expo skeleton loading",
"easy",
"easy skeletion loader",
"easy skeletion loading"
],
"author": "Muhammad Musaib",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmusaib/expo-skeleton-loading/issues"
},
"homepage": "https://github.com/mmusaib/expo-skeleton-loading#readme"
}