https://github.com/eduardo-da-silva/reactnative-layout-navigation
A project to demonstrate how to apply navigation on react-native apps. The project requires a backend to work properly, so you can use the mocked backend or create your own.
https://github.com/eduardo-da-silva/reactnative-layout-navigation
axios mobile-app react-native react-navigation
Last synced: 2 months ago
JSON representation
A project to demonstrate how to apply navigation on react-native apps. The project requires a backend to work properly, so you can use the mocked backend or create your own.
- Host: GitHub
- URL: https://github.com/eduardo-da-silva/reactnative-layout-navigation
- Owner: eduardo-da-silva
- Created: 2023-05-01T19:59:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T10:09:13.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T11:25:40.779Z (about 1 year ago)
- Topics: axios, mobile-app, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* English version [here](#layout-navigation-with-react-native)
* Versão em português [aqui](#app-modelo-com-react-native)
# Layout navigation with React Native
A project to demonstrate how to apply navigation on react-native apps. The project requires a backend to work properly, so you can use the mocked [backend](https://github.com/eduardo-da-silva/mock-ApiRest-Flask) or create your own.
## Prerequisites
- [Node.js](https://nodejs.org/en/)
## Installation
Install the dependencies:
```bash
npm install
```
## Usage
Run the project:
```bash
npm run start
```
Then, you can run the project on your device using the Expo app or on an emulator.
# App modelo com React Native
Um projeto para demonstrar como aplicar navegação em aplicativos react-native. O projeto requer um backend para funcionar corretamente, portanto, você pode usar o [backend](https://github.com/eduardo-da-silva/mock-ApiRest-Flask) simulado ou criar o seu próprio.
## Pré-requisitos
- [Node.js](https://nodejs.org/en/)
## Instalação
Instale as dependências:
```bash
npm install
```
## Uso
Execute o projeto:
```bash
npm run start
```
Em seguida, você pode executar o projeto em seu dispositivo usando o aplicativo Expo ou em um emulador.