Is your feature request related to a problem? Please describe.
Exporting webOS or Tizen package is not possible
Describe the solution you'd like
- Project folders (possibly for each webOS and Tizen version)
- Commands to create builds.
npx expo export -p webos
npx expo export -p tizen
Describe alternatives you've considered
I tried to create web build with npx expo start --web, move that to the basic LG web app project (created with ares) and then use ares to package/install for LG webOS emulator - it did not run. Basic project did.
Additional context
I am not aware of the nuances there are when packaging for webOS or Tizen and going over each platforms docs takes time. It would be a good addition. If not a priority it could be explained it docs at least.
Is your feature request related to a problem? Please describe.
Exporting webOS or Tizen package is not possible
Describe the solution you'd like
Describe alternatives you've considered
I tried to create web build with
npx expo start --web, move that to the basic LG web app project (created with ares) and then use ares to package/install for LG webOS emulator - it did not run. Basic project did.Additional context
I am not aware of the nuances there are when packaging for webOS or Tizen and going over each platforms docs takes time. It would be a good addition. If not a priority it could be explained it docs at least.