react-native-maps-route-utils

1.4.0 • Public • Published

react-native-maps-route-utils

React Native utility component for use with iOS Maps applications. This component gives you the ability to display distance as well as estimated travel time between two points within a routing application.

$ npm install react-native-maps-route-utils --save

Mostly automatic installation

$ react-native link react-native-maps-route-utils

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-maps-route-utils and add RNMapsRouteUtils.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNMapsRouteUtils.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNMapsRouteUtils from 'react-native-maps-route-utils';
 
// TODO: What do with the module?
RNMapsRouteUtils;

Readme

Keywords

Package Sidebar

Install

npm i react-native-maps-route-utils

Weekly Downloads

1

Version

1.4.0

License

MIT

Last publish

Collaborators

  • danawhite