-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathdebug-github-repos.json
More file actions
85 lines (85 loc) · 2.91 KB
/
debug-github-repos.json
File metadata and controls
85 lines (85 loc) · 2.91 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"githubUrl": "https://github.com/react-navigation/react-navigation/tree/main/packages/core",
"npmPkg": "@react-navigation/core",
"android": true,
"ios": true,
"macos": true,
"windows": true,
"web": true,
"expoGo": true,
"fireos": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/gre/gl-react/tree/master/packages/gl-react-native",
"expoGo": true,
"newArchitecture": false
},
{
"githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-image",
"expoGo": true,
"newArchitecture": true,
"alternatives": ["expo-camera"],
"unmaintained": true
},
{ "githubUrl": "https://github.com/n4kz/react-native-pages", "expoGo": true },
{
"githubUrl": "https://github.com/lottie-react-native/lottie-react-native/tree/master/packages/core",
"npmPkg": "lottie-react-native",
"expoGo": true
},
{ "githubUrl": "https://github.com/shahnawaz/react-native-barcode-mask", "expoGo": true },
{ "githubUrl": "https://github.com/BugiDev/react-native-calendar-strip", "expoGo": true },
{
"githubUrl": "https://github.com/meliorence/react-native-render-html/tree/master/packages/render-html",
"npmPkg": "react-native-render-html",
"expoGo": true
},
{
"githubUrl": "https://github.com/react-native-community/react-native-picker",
"npmPkg": "@react-native-picker/picker",
"expoGo": true
},
{
"githubUrl": "https://github.com/th3rdwave/react-native-safe-area-context",
"expoGo": true,
"template": true
},
{
"githubUrl": "https://github.com/react-native-datetimepicker/datetimepicker",
"npmPkg": "@react-native-community/datetimepicker",
"expoGo": true,
"newArchitecture": true,
"newArchitectureNote": "Test note for New Architecture support"
},
{
"githubUrl": "https://github.com/rnc-archive/react-native-drawer-layout",
"expoGo": true,
"dev": true
},
{
"githubUrl": "https://github.com/kazimshah39/react-native-feather-toast",
"expoGo": true
},
{
"githubUrl": "https://github.com/lottie-react-native/lottie-react-native/tree/master/packages/core",
"images": [
"https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example1.gif",
"https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example2.gif",
"https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example3.gif",
"https://raw.githubusercontent.com/lottie-react-native/lottie-react-native/master/docs/gifs/Example4.gif"
],
"examples": [
"https://github.com/lottie-react-native/lottie-react-native/tree/master/example",
"https://snack.expo.dev/SJdIbHe4b"
],
"ios": true,
"android": true,
"windows": true,
"fireos": true,
"expoGo": true,
"vegaos": "@amazon-devices/lottie-react-native",
"npmPkg": "lottie-react-native"
}
]