theangelsofwar / vinyl

Music Client for Mobile(IOS and Android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vinyl

Music Client for Mobile(IOS and Android)

  • npm install -g react-native-cli

  • react-native init vinyl

  1. Start application
  • npm start
  1. Concurrently, on a second terminal, run:
  • react-native run-ios IOS Simulator on metro bundler

To check which device is in simulation:

  • xcrun simctl list devices

To run particular device:

  • react-native run-ios --simulator="iPhone 8 Plus"

Expo-cli vs Native-cli

  • Native cli has more flexibility, but requires ios/android to simulate

About

Music Client for Mobile(IOS and Android)

License:MIT License


Languages

Language:Java 28.7%Language:Ruby 24.5%Language:Objective-C 20.3%Language:JavaScript 17.7%Language:Starlark 8.8%