You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,12 @@
58
58
"visionos": false,
59
59
"expoGo": false,
60
60
"fireos": false,
61
+
"vegaos": false,
62
+
"newArchitecture": false,
63
+
"configPlugin": false,
61
64
"unmaintained": false,
62
65
"dev": false,
63
-
"template": false,
64
-
"configPlugin": false,
65
-
"newArchitecture": false
66
+
"template": false
66
67
}
67
68
```
68
69
@@ -123,15 +124,15 @@
123
124
124
125
#### ✅ Compatibility
125
126
127
+
> [!TIP]
128
+
> **Any** library can be used with Expo, if you use dev clients or prebuild.
129
+
126
130
-#### `expoGo`
127
131
**(boolean)** - works with [Expo Go](https://docs.expo.dev/get-started/expo-go/) — an open-source sandbox app, without using [dev clients](https://docs.expo.dev/develop/development-builds/introduction/) or [prebuild](https://docs.expo.dev/workflow/continuous-native-generation/).
128
132
-#### `fireos`
129
133
**(boolean)** - works on Amazon Fire OS.
130
134
-#### `vegaos`
131
-
**(boolean)** - works with [Vega OS](https://developer.amazon.com/docs/react-native-vega/0.72/react_overview.html).
132
-
133
-
> [!TIP]
134
-
> **Any** library can be used with Expo, if you use dev clients or prebuild.
135
+
**(boolean|string)** - works with [Vega OS](https://developer.amazon.com/apps-and-games/vega). It can also be a string containing npm package name, if a separate/additional package is required for full support.
135
136
136
137
#### 🏷️ Tags
137
138
@@ -242,4 +243,4 @@ All the possible query parameters represents [`Query` type](https://github.com/r
242
243
```sh
243
244
# once environment variables are configured, install Vercel and deploy
0 commit comments