Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

cyruzin/saojose_maps

Repository files navigation

São José Maps

Install

Make sure that you have all tools installed to run a React Native application.

Once the setup is finished, clone the repository and run the following command inside the project folder to install the dependencies:

 yarn install or npm install

Usage

On this step you are going to need an emulator or a device connected on your computer.

For Android devices:

 react-native run-android

For iOS devices:

 react-native run-ios

Tests

This project uses Jest and Enzyme for tests.

Run the command below to perform the tests:

 yarn test or npm test

Helpful links