A simple and beautiful music player made in React Native using React-Native-Track-Player
demo.mov
git clone [email protected]:ShivamJoker/RN-Music-Player.git
# install node modules
yarn install
# run in android
yarn android
# run in iOS
cd ios && pod install && cd ..
yarn ios