skip to Main Content

React Native using react-native-maps

Posted By on June 20th, 2019
React Native Using React-native-maps

A Map component that uses Apple Maps or Google Maps on iOS and Google Maps on Android. Expo uses react-native-maps at react-community/react-native-maps. No setup required for use within the Expo app, or within a standalone app for iOS. See below for instructions on how to configure for deployment as a standalone app on Android.Expo includes version 0.22.0 of react-native-maps (the latest as of the time of this writing).

Installation

This API is pre-installed in managed apps. To use it in a bare React Native app, follow the react-native-maps installation instructions.


Back To Top