Skip to content

IliasMariosG/OilWellsEarthquakes

Repository files navigation

OilWellsEarthquakes


Getting started

Installation

npm install -g expo-cli

Create a new project

expo init <project-name>

e.g.

expo init OilWellsEarthquakes

Reminder: The use of angle brackets '<' '>' is for demonstartion purposes when naming a project

You will be asked to choose a managed or a bare template. Managed is suggested if you are new to mobile development or new to development in general (Which workflow is right for me?)

Starting the development sever

In your terminal of choice, type in:

cd <project-name>
expo start

Screenshot 2020-08-03 at 10 21 02 PM

Detailed installation instructions can be found on Expo documentation

Screenshots

It renders one marker in iOS simulator

Screenshot 2021-02-14 at 10 05 06 PM

It renders multiple markers in iOS simulator (after zooming in)

Screenshot 2021-02-14 at 10 07 58 PM

It renders all markers in iOS simulator (number of markers: 11074)

Screenshot 2021-02-14 at 10 33 49 PM

Next Steps

  • Group markers

  • Add homepage screen

  • Persistence of data

Project roadmap

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published