-
Notifications
You must be signed in to change notification settings - Fork 490
/
debug-github-repos.json
43 lines (43 loc) · 1.51 KB
/
debug-github-repos.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
[
{
"githubUrl": "https://github.com/react-community/react-navigation",
"expoGo": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/gre/gl-react",
"expoGo": true,
"newArchitecture": false,
"alternatives": ["expo-three"]
},
{
"githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-barcode-scanner",
"expoGo": true,
"newArchitecture": true,
"alternatives": ["expo-camera"],
"unmaintained": true
},
{ "githubUrl": "https://github.com/n4kz/react-native-pages", "expoGo": true },
{ "githubUrl": "https://github.com/airbnb/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/archriss/react-native-render-html", "expoGo": true },
{ "githubUrl": "https://github.com/react-native-community/react-native-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
}
]