Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

✂️ Barber Shop mobile app with React Native

License

Notifications You must be signed in to change notification settings

wladimirgrf/gobarber-mobile

Repository files navigation

Logo

React Native App for GoBarber project

Repository size GitHub last commit Repository issues GitHub

APP

🌍 Ecosystem

Below the technologies, used to build this Mobile App:

Name Status
react_native version
unform version
react_navigation version
styled_components version
jest version
typescript version
eslint version
prettier version

💻 Getting started

Set up your development environment: Guide

Requirements

Must have the GoBarber API running.

Clone the project and access the folder

$ git clone https://github.com/wladimirgrf/gobarber-mobile.git && cd gobarber-mobile

Follow the steps below

# Project dependencies
$ yarn
  • To emulate with Android
# Make sure the emulator is already started
$ yarn android
  • To emulate with IOS
# IOS dependencies
$ cd ios
$ pod install

# Start the APP
$ yarn ios

🤝 Contributing

Fork the repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork wladimirgrf/gobarber-mobile

Follow the steps below

# Clone your fork
$ git clone fork-url && cd gobarber-mobile

# Create a branch for your edits
$ git checkout -b new-feature

# Make the commit with your changes
$ git commit -m 'feat: New feature'

# Send the code to your remote branch
$ git push origin new-feature

After your pull request is merged, you can delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.