Cross-platform App to watch streaming from Twitch platforn. Built with ReNative.
- Tizen TV
- LG WebOS
- Node 10.13.0 or higher
- Yarn
- ReNative 0.32.2
- LG Emulator v4.0.0
- Tizen SDK
- Make sure your CPU supports virtualization. Otherwise Tizen emulator might not start.
- If you are deploying to a TV, follow this guide to set your TV in developer mode Link
Configure the environment variables creating the file ./appConfigs/blank/renative.local.json
as described below
{
"common": {
"runtime": {
"appEnv": "local",
"client_id": "[APP CLIENT ID FROM TWITCH]",
"client_secret": "[[APP CLIENT SECRET FROM TWITCH]]",
"baseURL": "https://api.twitch.tv/helix",
"authURL": "https://id.twitch.tv"
}
}
}
Run npm install
.
Set <platform>
as tizen
or webos
$ rnv run -p <platform>
$ rnv run -p <platform> -d
$ rnv run -p <platform> --hosted
MIT Licensed