GitHub - Hound-Media-Server/hound-app · GitHub
Skip to content

Hound-Media-Server/hound-app

Repository files navigation

Hound App

App Screenshot

About

This is the repo for Hound Media Server's Android, AndroidTV, iOS and tvOS apps. For the server and web app repo, go here.

This is an Expo project created with create-expo-app.

This project uses

Installing

You can install Android mobile and Android TV apps by sideloading the .apk in the Releases page. iOS and tvOS are not available yet outside of the development environment, as publishing for iOS requires more time.

How to use

  • cd into the project

  • For TV development:

yarn
yarn prebuild:tv # Executes clean Expo prebuild with TV modifications
yarn ios # Build and run for Apple TV
yarn android # Build for Android TV
yarn web # Run the project on web from localhost
  • For mobile development:
yarn
yarn prebuild # Executes Expo prebuild with no TV modifications
yarn ios # Build and run for iOS
yarn android # Build for Android mobile
yarn web # Run the project on web from localhost

NOTE: Setting the environment variable EXPO_TV=1 enables the @react-native-tvos/config-tv plugin to modify the project for TV. This can also be done by setting the parameter isTV to true in the app.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

Contributors