App for study React Native with some concepts like:
- Redux;
- Redux Saga;
- React Hooks;
- Redux Hooks;
- Layout;
- E-commerce;
- Eslint;
- Prettier;
- Axios;
- Reactotron;
To run:
yarn # to install dependenciesHave an Android emulator running.
Install the json-server dependence in globally mode to simulate the backend API.
yarn global add json-serverRun the following command to keep the backend simulation running.
json-server server.json -p 3333In another terminal run:
react-native startKeep it running and in another terminal run:
react-native run-androidAplicativo para estudo do React Native com alguns conceitos como:
- Redux;
- Redux Saga;
- React Hooks;
- Redux Hooks;
- Layout;
- E-commerce;
- Eslint;
- Prettier;
- Axios;
- Reactotron;
Para executar o projeto:
yarn # para instalar as dependênciasTenha um emulador do Android executando.
Instale globalmente a dependência json-server para simular API do backend;
yarn global add json-serverExecute o comando a seguir para rodar o simulador do backend.
json-server server.json -p 3333Em outro terminal, execute:
react-native startDeixe rodando e em outro terminal execute:
react-native run-android