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