From 157febcd54cb252abe12489d501ae8b0ae2a1414 Mon Sep 17 00:00:00 2001 From: Spike Brehm Date: Tue, 13 Sep 2016 01:10:07 -0700 Subject: [PATCH] Point to airbnb/react-native-maps Summary: We've moved https://github.com/lelandrichardson/react-native-maps to https://github.com/airbnb/react-native-maps. Update the docs to reflect the change. to: lelandrichardson Closes https://github.com/facebook/react-native/pull/9873 Differential Revision: D3855581 fbshipit-source-id: b4a2dd3a9125878694e9b7a7aecdc4c90961a185 --- Libraries/Components/MapView/MapView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Components/MapView/MapView.js b/Libraries/Components/MapView/MapView.js index ed9d3f989e8..6153628c4ac 100644 --- a/Libraries/Components/MapView/MapView.js +++ b/Libraries/Components/MapView/MapView.js @@ -60,8 +60,8 @@ export type AnnotationDragState = $Enum<{ * `MKMapView`. * * For a cross-platform solution, check out - * [react-native-maps](https://github.com/lelandrichardson/react-native-maps) - * by Leland Richardson. + * [react-native-maps](https://github.com/airbnb/react-native-maps) + * by Airbnb. * * ``` * import React, { Component } from 'react';