Jellyfin Mobile for iOS
Go to file
2020-04-08 14:14:36 -04:00
__tests__ Fix eslint issues 2020-04-08 12:46:31 -04:00
assets Update icon 2019-09-20 01:37:10 -04:00
components Fix eslint issues 2020-04-08 12:46:31 -04:00
constants Fix eslint issues 2020-04-08 12:46:31 -04:00
navigation Fix eslint issues 2020-04-08 12:46:31 -04:00
screens Fix eslint issues 2020-04-08 12:46:31 -04:00
utils Fix eslint issues 2020-04-08 12:46:31 -04:00
.eslintrc.json Bump ecmascript version 2020-04-08 14:14:36 -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 eslint issues 2020-04-08 12:46:31 -04:00
app.json Fix version number 2020-04-06 15:58:46 -04:00
babel.config.js Fix eslint issues 2020-04-08 12:46:31 -04:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
package.json Add eslint comments plugin 2020-04-08 14:09:58 -04:00
README.md Update README to use yarn 2020-01-17 13:13:39 -05:00
yarn.lock Add eslint comments plugin 2020-04-08 14:09:58 -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.