We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1500a78 + 0fba215 commit a442544Copy full SHA for a442544
1 file changed
README.md
@@ -216,7 +216,9 @@ cd apps/expo-multi-tv
216
yarn ios
217
```
218
219
-#### Web
+#### Web - Useful for LG WebOS and Tizen
220
+
221
+Development server:
222
223
```bash
224
yarn dev:web
@@ -229,6 +231,14 @@ cd apps/expo-multi-tv
229
231
yarn web
230
232
233
234
+Production build:
235
236
+```bash
237
+cd apps/expo-multi-tv
238
+npx expo export --platform web
239
+npx serve dist
240
+```
241
242
#### Fire TV (Vega)
243
244
For the Fire TV optimized build:
0 commit comments