mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 22:19:46 +00:00
Jellyfin Mobile for iOS
__tests__ | ||
assets | ||
components | ||
constants | ||
navigation | ||
screens | ||
utils | ||
.eslintrc.json | ||
.gitignore | ||
.watchmanconfig | ||
App.js | ||
app.json | ||
babel.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
Jellyfin Expo
Part of the Jellyfin Project
Jellyfin Expo is a mobile app built with Expo primarily targeting iOS devices.
Build Process
Getting Started
- Clone or download this repository.
git clone https://github.com/jellyfin/jellyfin-expo.git cd jellyfin-expo
- Install build dependencies using yarn in the project directory.
yarn install
- Start the build tools.
yarn start
- Follow the directions in the terminal or browser window to open on a device or emulator.