Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raymon-io committed Mar 13, 2024
1 parent e26b566 commit 2ad7c38
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Stream Companion App (StreamCompanion.App)
#### Cross platform App to enhance streaming platforms.
#### More info and download links:
#### App Store: https://streamcompanion.app/apps
#### Releases: https://github.com/raymon-io/streamcompanionCrossPlatform/releases

### How to run / build:
Make sure to have node installed.
#### Android (including Android Mobile, Tablet, Android TV, Fire Tablet, FireTV) :
`npx expo run:android`
#### Build for Android:
`npx eas-cli build --local -p android --profile preview`

#### tvOS (Apple TV)
Note: You would need a Apple Developer's Account to run on real device.

Run on simulator: `npx expo run:ios`

Run on real device: `xed -b ios`. Choose device and Profile.

#### iOS (iPhone, iPad)
Edit app.json: `"isTV": false`.

Run on simulator: `npx expo run:ios`

Run on device: `xed -b ios`. Choose device and Profile.

###### Troubleshooting for Android and iOS:
You may have to set environmental variables. `export EXPO_TV=1`

To see expo config-tv plugins's verbose warnings `export DEBUG=expo:react-native-tvos:config-tv`





0 comments on commit 2ad7c38

Please sign in to comment.