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
This commit is contained in:
Spike Brehm
2016-09-13 01:10:07 -07:00
committed by Facebook Github Bot 9
parent 228abd4ff5
commit 157febcd54

View File

@@ -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';