Jellyfin Mobile for iOS
Go to file
2019-12-09 15:59:27 +08:00
__tests__ Fix lint errors 2019-08-29 00:38:29 -04:00
assets Update icon 2019-09-20 01:37:10 -04:00
components Fix lint errors 2019-08-29 00:38:29 -04:00
constants Update settings screen 2019-08-24 14:40:03 -04:00
navigation Handle press on home tab when active 2019-09-03 02:06:19 -04:00
screens Merge pull request #11 from thornbill/fix-status-bar 2019-11-01 02:51:57 -04:00
utils Improve valid url detection 2019-08-27 09:50:08 -04:00
.eslintrc.json Fix eslint errors 2019-08-22 11:13:57 -04:00
.gitignore Add expo-shared to gitignore 2019-08-19 15:28:54 -04:00
.watchmanconfig Initial commit 2019-08-19 02:50:00 -04:00
App.js Fix lint errors 2019-08-29 00:38:29 -04:00
app.json changed "orientation" in app.json 2019-12-09 15:59:27 +08:00
babel.config.js Initial commit 2019-08-19 02:50:00 -04:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
package-lock.json Fix issue with react-native-gesture-handler 2019-09-03 01:31:13 -04:00
package.json Fix issue with react-native-gesture-handler 2019-09-03 01:31:13 -04:00
README.md Add README 2019-08-29 00:49:31 -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 via npm in the project directory.
    npm install
    
  3. Start the build tools.
    npm start
    
  4. Follow the directions in the terminal or browser window to open on a device or emulator.