https://github.com/michaelkim/lyra-mobile
A YouTube streaming app written in React Native
https://github.com/michaelkim/lyra-mobile
music-player react-native youtube
Last synced: 3 months ago
JSON representation
A YouTube streaming app written in React Native
- Host: GitHub
- URL: https://github.com/michaelkim/lyra-mobile
- Owner: MichaelKim
- Created: 2019-10-30T13:29:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:35:51.000Z (over 3 years ago)
- Last Synced: 2025-01-28T16:48:10.492Z (over 1 year ago)
- Topics: music-player, react-native, youtube
- Language: TypeScript
- Homepage:
- Size: 6.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lyra Mobile
Lyra is a cross-platform music player app that can play songs on your computer, phone, and on YouTube.
This repository contains the code for the mobile app version of Lyra, written in React Native. Also check out the [desktop and browser app](https://github.com/LenKagamine/lyra).
## Features
- Play songs stored on your phone
- Organize songs into playlists
- Search for songs on YouTube and play them with only audio
- Play songs in background
## Development
To run locally,
```sh
yarn run ports # Port forward for debugging
yarn run start # Start Metro
yarn run android / ios # Install app
```
For debugging, install [Flipper](https://fbflipper.com/) or the [React Native Debugger](https://github.com/jhen0409/react-native-debugger).
To build,
```sh
yarn run android:release # Install release version
```