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)
- Host: GitHub
- URL: https://github.com/themulanfiles/vinyl
- Owner: themulanfiles
- License: mit
- Created: 2020-05-26T01:15:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:00:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T22:11:44.689Z (7 months ago)
- Language: Java
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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