Jellyfin Mobile for iOS
Go to file
2020-04-03 12:23:29 -04:00
__tests__ Add MPL headers to source files 2019-12-12 16:22:47 -05:00
assets Update icon 2019-09-20 01:37:10 -04:00
components Update Settings Screen (#28) 2019-12-14 03:25:53 -05:00
constants update some documentation links 2020-01-21 12:36:28 +09:00
navigation Add MPL headers to source files 2019-12-12 16:22:47 -05:00
screens Fix issue with swiping WebBrowser closed 2020-04-03 12:23:29 -04:00
utils Fix issue with swiping WebBrowser closed 2020-04-03 12:23:29 -04:00
.eslintrc.json Fix eslint errors 2019-08-22 11:13:57 -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 Add MPL headers to source files 2019-12-12 16:22:47 -05:00
app.json Update version number 2020-02-12 00:29:57 -05:00
babel.config.js Add MPL headers to source files 2019-12-12 16:22:47 -05:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
package.json Add missing dependencies for react-navigation 👻 2020-02-12 15:42:30 -05:00
README.md Update README to use yarn 2020-01-17 13:13:39 -05:00
yarn.lock Add missing dependencies for react-navigation 👻 2020-02-12 15:42:30 -05: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.