npm install -g expo-cli
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?)
In your terminal of choice, type in:
cd <project-name>
expo start
Detailed installation instructions can be found on Expo documentation
It renders one marker in iOS simulator
It renders multiple markers in iOS simulator (after zooming in)
It renders all markers in iOS simulator (number of markers: 11074)
-
Group markers
-
Add homepage screen
-
Persistence of data