Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.58 KB

setup-instructions.md

File metadata and controls

28 lines (23 loc) · 1.58 KB

Home

Setup instructions

  1. Download .zip or clone the repository to Your local drive.
  2. Open the JuvoPlayer solution with Microsoft Visual Studio. See the articles regarding Tizen .Net TV environment setup here: https://developer.samsung.com/tv/tizen-net-tv
  1. Setup the nuget packages repository for the solution (restore NuGet packages)
  2. Set one of the UI projects as a StartUp Project. Choose one of the following:
  • XamarinPlayer
  • JuvoPlayer.OpenGL
  • JuvoReactNative
  • SimplePlayer
Important

Due to it's 'hybrid' nature, The JuvoReactNative projects requires additional step. Before the first build or any JS part modifications it needs creation of the bundles to be included in the Tizen .NET shared\res folder. See the 'React Native bundle preparation' for details.

React Native bundle preparation

  • Make sure Nodejs and Yarn have been successfully installed in Your system.
  • Go to the JuvoReactNative root directory in the command line window.
  • Type the yarn command without any parameters. Wait until all the dependencies have been installed.
  • Release mode
  • Debug mode
    • Follow the 'Release mode' instructions but replace the first step with: yarn bundle --dev command.