Overview | How to use | How to contribute
Barbers Scheduling App using React Native.
You should have:
- NodeJS
- NPM
$ git clone https://github.com/ojeffoinheiro/barber.git
$ cd barber/mobile
npm i
Run the application (iOS)
$ react-native run-ios --simulator="iPhone XS Max"
Run the application (Android)
$ react-native run-android
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.