This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:
- React Native
- react-navigation
- Redux
- Redux-Saga
- redux-persist
- styled-components
- Axios
- Immer
- date-fns
- react-native-linear-gradient
- react-native-vector-icons
- react-native-vector-icons
- Reactotron
- reactotron-redux
- reactotron-redux-saga
To clone and run this application, you'll need Git, Node + Yarn installed on your computer and the GoBarber API. From your command line:
# Clone this repository
$ git clone https://github.com/rodrigo7331/gobarber-mobile
# Go into the repository
$ cd gobarber-mobile
# Install dependencies
$ yarn install
# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"
# Run the app (Android)
$ react-native run-android