raphamorim/react-tv

Set correct emulator version

Aspect26 opened this issue · 1 comments

In https://github.com/raphamorim/react-tv/blob/master/packages/react-tv-cli/scripts/webos/run.js#L107 there is a hardwired version in the output string, it would be better if it was taken from the environment.

Also in

const version = webOSTVVersion ? `v${webOSTVVersion}` : 'v3.0.0';
the version defaults to v3.0.0 if not specified in env. I think it would be better to change it to v5.0.0 since its the current version.

Closed and fixed by #156