Skip to content

kepegram/myMusic

Repository files navigation

App Preview

Welcome Screen:

lm-welcome-screen

Login:

Create Account:

Library:

lm-welcome-screen

Player Modal:

User Profile:

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

Libraries used

  1. react-native track player to play embedded songs in project files to phone speakers
  2. react-native async storage to store user info from create account/login screen and display on user profile
  3. react-native slider to scrub and control music playback
  4. react-native navigation to navigate between different screen throughout the app and stack different screens in order to progress thorugh the app
  5. react-native vector icons to provide icons for music playback control
  6. eslint and prettier to unify code for better readiblity

About

A music streaming app built with react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published