An open API service indexing awesome lists of open source software.

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.

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.