Skip to content

Commit 4636f5c

Browse files
authored
Vega OS related changes in README (#1961)
1 parent 3a9278b commit 4636f5c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@
5858
"visionos": false,
5959
"expoGo": false,
6060
"fireos": false,
61+
"vegaos": false,
62+
"newArchitecture": false,
63+
"configPlugin": false,
6164
"unmaintained": false,
6265
"dev": false,
63-
"template": false,
64-
"configPlugin": false,
65-
"newArchitecture": false
66+
"template": false
6667
}
6768
```
6869

@@ -123,15 +124,15 @@
123124

124125
#### ✅ Compatibility
125126

127+
> [!TIP]
128+
> **Any** library can be used with Expo, if you use dev clients or prebuild.
129+
126130
- #### `expoGo`
127131
**(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/).
128132
- #### `fireos`
129133
**(boolean)** - works on Amazon Fire OS.
130134
- #### `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.
135136

136137
#### 🏷️ Tags
137138

@@ -242,4 +243,4 @@ All the possible query parameters represents [`Query` type](https://github.com/r
242243
```sh
243244
# once environment variables are configured, install Vercel and deploy
244245
bunx vercel
245-
```
246+
```

0 commit comments

Comments
 (0)