An React Native app that lists audiobooks to be played, with a screen where you can manage the playback, being able also to run and control it in background mode. 🎧
- React Native
- TypeScript
- React Navigation
- React Native Track Player
- Redux
- Immer
- React Native Community Slider
- Vector Icons
- Styled Components
- Axios
$ git clone https://github.com/danielmesquitta/player && cd player
With your emulator/device connected, run:
# Install the dependencies
$ yarn
# Start
$ yarn android
#If it doesn't start automatically, run the following and reopen the app
$ yarn start
This app was made on a Linux computer, so if you want to run it on ios, you will need a MacOS to link the dependencies.
First you should link Vector Icons manually and than run npx pod install
.
After that, With your emulator/device connected, run:
# Install the dependencies
$ yarn
# Start
$ yarn ios
#If it doesn't start automatically, run the following and reopen the app
$ yarn start