This is an example clone of Spotify built with React Native.
This project was bootstrapped with Create React Native App and Typescript, below you'll find information about performing common tasks.
You will need Node, Watchman, and the React Native command line interface. I recommend installing Node and Watchman using Homebrew. Run the following commands in a Terminal after installing Homebrew: brew install node
and brew install watchman
. If you have already installed Node on your system, make sure it is Node 10 or newer.
- Download / Clone the code:
git clone https://github.com/kpose/SpotifyClone.git
- Open the project root directory and run
npm install
to install all dependencies - CD into ios directory and run
pod install
to install all pods - Run
npx react-native start
inside the project folder to start React Native Metro Bundler - Open a new terminal inside the project folder. Run the following:
npx react-native run-ios
You should see your new app running in the iOS Simulator shortly.