Simple Music Player created with React Native 0.64.0.
- MacOS Catalina 10.15.6
- Node.js version 10.21.0
- NPM version 6.14.4 (Automatically included when installing Node.js)
- React Native version 0.64.0
- Java SE 8 - JDK 1.8.0_251
This project is not using Redux for the sake of simplicity.
- All device with Android 5.0 (Lollipop) or newer
- All device with iOS 11.0 or newer
- Xiaomi Redmi Note 4
- Clone this repository
- Open terminal inside root project directory
- Run
npm install
- Go to ios directory with
cd ios
- Inside ios directory run
pod install
- Connect Android device or run Android emulator
- Open terminal inside root project
- Check connected device with
adb devices
- Run
npx react-native run-android
- Open terminal inside root project
- Run
npx react-native run-ios