https://github.com/santospatrick/gympoint-mobile
💪📱 Gym management application (registrations/check-ins)
https://github.com/santospatrick/gympoint-mobile
javascript mobile-app react-native reactjs
Last synced: 5 months ago
JSON representation
💪📱 Gym management application (registrations/check-ins)
- Host: GitHub
- URL: https://github.com/santospatrick/gympoint-mobile
- Owner: santospatrick
- Created: 2019-11-19T11:42:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:28:03.000Z (over 3 years ago)
- Last Synced: 2025-06-03T14:54:38.671Z (about 1 year ago)
- Topics: javascript, mobile-app, react-native, reactjs
- Language: JavaScript
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gympoint-mobile
> Gym management application (registrations/check-ins)
[](https://appcenter.ms)
## Observações
Essa aplicação foi testada em dispositivos iOS e Android.
## Desenvolvimento
1. Caso esteja testando no Android, não esqueça de alterar o `baseURL` na [service do axios](https://github.com/santospatrick/gympoint-mobile/blob/master/src/services/api.js) para o seguinte formato:
```
...
baseURL: 'http://SEU_IP:PORTA',
...
```
1. [Instale as dependências](https://facebook.github.io/react-native/docs/getting-started) necessárias para seu sistema operacional
2. Instale a CLI do React Native e inicie o servidor local
```bash
yarn global add react-native-cli
# iOS
react-native run-ios --simulator "iPhone X"
# Android
react-native run-android
```