React Native & Expo music player application UI
Demo: https://expo.io/@jsxclan/musicont
First, make sure you have Expo CLI installed:
npm install -g expo-cli
Clone:
git clone https://github.com/jsxclan/musicont.git
Navigate to the project directory:
cd musicont
Install:
npm install || yarn || yarn install
Run Project Locally:
expo start || npm run start || yarn start
- Expo SDK 41
- iOS, Android
- React Navigation v5
- PropTypes
- @expo/vector-icons
- @react-native-async-storage/async-storage
- @react-native-community/slider
- @react-navigation/native
- expo-ads-admob
- expo-asset
- expo-av
- expo-constants
- expo-linear-gradient
- expo-linking
- expo-status-bar
- react-native-animatable
- react-redux
- redux
Contributions are very welcome!
If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.
Your project is Open Source and available under the Apache 2 License.