Skip to content

Commit c15e2e2

Browse files
authored
update expo go support (#2275)
1 parent 2d8471b commit c15e2e2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

react-native-libraries.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8029,7 +8029,8 @@
80298029
"examples": ["https://github.com/zoontek/react-native-edge-to-edge/tree/main/example"],
80308030
"ios": true,
80318031
"android": true,
8032-
"configPlugin": true
8032+
"configPlugin": true,
8033+
"expoGo": true
80338034
},
80348035
{
80358036
"githubUrl": "https://github.com/henrhie/react-native-sha",
@@ -8600,7 +8601,8 @@
86008601
],
86018602
"ios": true,
86028603
"android": true,
8603-
"fireos": true
8604+
"fireos": true,
8605+
"expoGo": true
86048606
},
86058607
{
86068608
"githubUrl": "https://github.com/craftzdog/react-native-quick-websql",
@@ -8716,7 +8718,8 @@
87168718
"ios": true,
87178719
"web": true,
87188720
"tvos": true,
8719-
"newArchitecture": true
8721+
"newArchitecture": true,
8722+
"expoGo": true
87208723
},
87218724
{
87228725
"githubUrl": "https://github.com/Shopify/flash-list",
@@ -16858,7 +16861,8 @@
1685816861
"ios": true,
1685916862
"android": true,
1686016863
"web": true,
16861-
"newArchitecture": "new-arch-only"
16864+
"newArchitecture": "new-arch-only",
16865+
"expoGo": true
1686216866
},
1686316867
{
1686416868
"githubUrl": "https://github.com/realimposter/react-native-animated-glow",

0 commit comments

Comments
 (0)