A complete guide to displaying and normalizing location data in React Native

Aryan Goharzad
Exposition
Published in
7 min readMar 7, 2018

--

This is part two of a two-part series. In Part 1 we looked at the options available for recording a user’s location. We introduced React Native’s pure approach, Expo’s API, and the react-native-background-geolocation package, as three approaches for gathering a user’s location data.

Part 2 — Displaying a user’s location on the map and normalizing location data.

--

--