Chapter 18. Geolocation and Maps
In this chapter, you'll learn about the geolocation and mapping capabilities of React Native. We'll start with using the geolocation API; then we'll move on to using the MapView
component to plot points of interest and regions.
We'll rely on the react-native-maps
package to implement maps (https://github.com/airbnb/react-native-maps). The goal of this chapter is to go over what's available in React Native for geolocation and React Native Maps for maps.