Jellyfin Mobile for iOS
Go to file
Anthony Lavado 63762e9ea5
Update version number for hotfix
Increment the version number so the hot fix is recognized as a new update.
2020-05-01 13:16:48 -04:00
__tests__ Fix lint errors 2020-04-21 13:53:15 -04:00
assets Update icon 2019-09-20 01:37:10 -04:00
components Fix issues routing between Main and AddServer screens 2020-05-01 12:52:56 -04:00
constants Update react navigation 2020-04-21 13:22:48 -04:00
navigation Fix issues routing between Main and AddServer screens 2020-05-01 12:52:56 -04:00
screens Fix issues routing between Main and AddServer screens 2020-05-01 12:52:56 -04:00
utils Fix sonarqube code smells 2020-04-22 11:10:55 -04:00
.eslintrc.json Update react navigation 2020-04-21 13:22:48 -04:00
.gitignore Add another ignore and update the lock file 2020-02-12 00:37:59 -05:00
.watchmanconfig Initial commit 2019-08-19 02:50:00 -04:00
App.js Fix orientation locking 2020-04-23 17:12:18 -04:00
app.json Update version number for hotfix 2020-05-01 13:16:48 -04:00
babel.config.js Update indentation in files 2020-04-13 11:20:05 -04:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
package.json Update react navigation 2020-04-21 13:22:48 -04:00
README.md Update README to use yarn 2020-01-17 13:13:39 -05:00
yarn.lock Update react navigation 2020-04-21 13:22:48 -04:00

Jellyfin Expo

Part of the Jellyfin Project

Jellyfin Expo is a mobile app built with Expo primarily targeting iOS devices.

Build Process

Getting Started

  1. Clone or download this repository.
    git clone https://github.com/jellyfin/jellyfin-expo.git
    cd jellyfin-expo
    
  2. Install build dependencies using yarn in the project directory.
    yarn install
    
  3. Start the build tools.
    yarn start
    
  4. Follow the directions in the terminal or browser window to open on a device or emulator.