A native music player (inspired from Apple Music) build with React Native and Expo. - forked from https://github.com/CodeWithGionatha-Labs/music-player
  • TypeScript 90%
  • Ruby 4.9%
  • Objective-C++ 4.1%
  • Objective-C 0.5%
  • Swift 0.2%
  • Other 0.3%
Find a file
2024-04-14 18:24:52 +02:00
.vscode initial commit 2024-03-30 09:56:01 +01:00
assets add songs screen 2024-03-30 12:44:31 +01:00
ios implement toggleFavorite, addToPlaylist and remote controls 2024-03-31 16:13:22 +02:00
src Update ArtistTracksList and useSetupTrackPlayer 2024-04-05 08:54:56 +02:00
.eslintignore setup navigation 2024-03-30 10:46:59 +01:00
.eslintrc.json setup navigation 2024-03-30 10:46:59 +01:00
.gitignore initial commit 2024-03-30 09:56:01 +01:00
.prettierignore initial commit 2024-03-30 09:56:01 +01:00
.prettierrc initial commit 2024-03-30 09:56:01 +01:00
app.json implement react-native-track-player 2024-03-30 15:35:33 +01:00
babel.config.js initial commit 2024-03-30 09:56:01 +01:00
LICENSE.md Add MIT License 2024-04-01 12:08:35 +02:00
package.json Remove start and web scripts from package.json 2024-04-01 13:45:30 +02:00
README.md update Readme 2024-04-14 18:24:52 +02:00
tsconfig.json initial commit 2024-03-30 09:56:01 +01:00
yarn.lock implement toggleFavorite, addToPlaylist and remote controls 2024-03-31 16:13:22 +02:00

Music Player (native)

A native music player application built with Expo, React Native, Typescript and Zustand. Design is inspired by Apple Music app

You can follow along the entire development of this project here 👇 Music PLayer

Installation

yarn install

Run IOS

npx expo run:ios