Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italocobains/gatito-curso-react-native
App mobile desenvolvido no curso de React-Native
https://github.com/italocobains/gatito-curso-react-native
app mobile react-native
Last synced: 20 days ago
JSON representation
App mobile desenvolvido no curso de React-Native
- Host: GitHub
- URL: https://github.com/italocobains/gatito-curso-react-native
- Owner: ItaloCobains
- Created: 2022-07-21T17:52:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T11:11:34.000Z (over 1 year ago)
- Last Synced: 2024-11-20T22:58:54.937Z (3 months ago)
- Topics: app, mobile, react-native
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/readme.png
Awesome Lists containing this project
README
GATITO PET SHOP## Projeto
Simple aplicativo para android e ios escriot em react-native, simulando um pet shop.
## Requisitos
- Expo
- Android Studio ( Para simular um celular, mais você tbm pode usar seu proprio celular ) opcional
- Reactotron ( para debugar o react-native )## Como rodar
Baixe o repositorio
```bash
git clone https://github.com/ItaloCobains/Gatito-Curso-React-Native
```Baixe os pacotes
```bash
npm i
```
Ou
```bash
yarn add
```A rode o projeto com
```bash
npm start
```
Ou
```bash
yarn start
```
Ou
```bash
expo start
```
Exemplos