An open API service indexing awesome lists of open source software.

https://github.com/themulanfiles/vinyl

Music Client for Mobile(IOS and Android)
https://github.com/themulanfiles/vinyl

Last synced: 7 months ago
JSON representation

Music Client for Mobile(IOS and Android)

Awesome Lists containing this project

README

          

# vinyl
Music Client for Mobile(IOS and Android)

- npm install -g react-native-cli

- react-native init vinyl

1. Start application
- npm start
2. 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