Skip to content

Commit a4399c0

Browse files
author
Spike Brehm
authored
Merge pull request react-native-maps#573 from airbnb/lelandrichardson-to-airbnb
s/lelandrichardson/airbnb/
2 parents 4f5f598 + 78f9c90 commit a4399c0

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,63 +23,63 @@ This error is caused by a @providesModule declaration with the same name accross
2323

2424
### Patches
2525

26-
- [Android] Use latest available (wildcard version) of RN to build Android ([PR #547](https://github.com/lelandrichardson/react-native-maps/pull/547))
27-
- [Android] Use `Activity` to call `MapsInitialier.initialize()` ([PR #449](https://github.com/lelandrichardson/react-native-maps/pull/449))
28-
- [Android] Fix file path for `AirMapModule` ([PR #526](https://github.com/lelandrichardson/react-native-maps/pull/526))
29-
- [Android] Fix path to React Native in `node_modules` ([PR #527](https://github.com/lelandrichardson/react-native-maps/pull/527))
30-
- [Android] Bump Google Play Services dependency to `9.4.0` ([PR #533](https://github.com/lelandrichardson/react-native-maps/pull/533))
31-
- [iOS] Fix a few warnings ([PR #534](https://github.com/lelandrichardson/react-native-maps/pull/534))
32-
- [JS] Fix ESLint violations ([PR #515](https://github.com/lelandrichardson/react-native-maps/pull/515))
26+
- [Android] Use latest available (wildcard version) of RN to build Android ([PR #547](https://github.com/airbnb/react-native-maps/pull/547))
27+
- [Android] Use `Activity` to call `MapsInitialier.initialize()` ([PR #449](https://github.com/airbnb/react-native-maps/pull/449))
28+
- [Android] Fix file path for `AirMapModule` ([PR #526](https://github.com/airbnb/react-native-maps/pull/526))
29+
- [Android] Fix path to React Native in `node_modules` ([PR #527](https://github.com/airbnb/react-native-maps/pull/527))
30+
- [Android] Bump Google Play Services dependency to `9.4.0` ([PR #533](https://github.com/airbnb/react-native-maps/pull/533))
31+
- [iOS] Fix a few warnings ([PR #534](https://github.com/airbnb/react-native-maps/pull/534))
32+
- [JS] Fix ESLint violations ([PR #515](https://github.com/airbnb/react-native-maps/pull/515))
3333

3434
## 0.8.0 (August 30, 2016)
3535

3636
### Breaking Changes
3737

38-
- Upgrade to `react-native@0.32.0`, and update Android code to match ([#502](https://github.com/lelandrichardson/react-native-maps/pull/502))
38+
- Upgrade to `react-native@0.32.0`, and update Android code to match ([#502](https://github.com/airbnb/react-native-maps/pull/502))
3939

4040
### Patches
4141

42-
- [android] Add `showsMyLocationButton` prop ([#382](https://github.com/lelandrichardson/react-native-maps/pull/382))
42+
- [android] Add `showsMyLocationButton` prop ([#382](https://github.com/airbnb/react-native-maps/pull/382))
4343

44-
- Add `fitToSuppliedMarkers()` method ([#386](https://github.com/lelandrichardson/react-native-maps/pull/386))
44+
- Add `fitToSuppliedMarkers()` method ([#386](https://github.com/airbnb/react-native-maps/pull/386))
4545

46-
- [ios] Update AirMapMarker to use loadImageWithURLRequest ([#389](https://github.com/lelandrichardson/react-native-maps/pull/389))
46+
- [ios] Update AirMapMarker to use loadImageWithURLRequest ([#389](https://github.com/airbnb/react-native-maps/pull/389))
4747

48-
- Improvements to watch and copy script ([#445](https://github.com/lelandrichardson/react-native-maps/pull/445))
48+
- Improvements to watch and copy script ([#445](https://github.com/airbnb/react-native-maps/pull/445))
4949

50-
- [ios] Added check on marker class in predicate ([#485](https://github.com/lelandrichardson/react-native-maps/pull/485))
50+
- [ios] Added check on marker class in predicate ([#485](https://github.com/airbnb/react-native-maps/pull/485))
5151

52-
- Use `StyleSheet.absoluteFillObject` where appropriate ([#500](https://github.com/lelandrichardson/react-native-maps/pull/500)) and ([#493](https://github.com/lelandrichardson/react-native-maps/pull/493))
52+
- Use `StyleSheet.absoluteFillObject` where appropriate ([#500](https://github.com/airbnb/react-native-maps/pull/500)) and ([#493](https://github.com/airbnb/react-native-maps/pull/493))
5353

54-
- Add ESLint and fix a number of linting violations ([#501](https://github.com/lelandrichardson/react-native-maps/pull/501))
54+
- Add ESLint and fix a number of linting violations ([#501](https://github.com/airbnb/react-native-maps/pull/501))
5555

56-
- Remove unused `NativeMethodsMixin` for compat with RN 0.32 ([#511](https://github.com/lelandrichardson/react-native-maps/pull/511))
56+
- Remove unused `NativeMethodsMixin` for compat with RN 0.32 ([#511](https://github.com/airbnb/react-native-maps/pull/511))
5757

5858

5959
## 0.7.1 (July 9, 2016)
6060

6161
### Patches
6262

63-
- Fix iOS CocoaPods Issue ([#308](https://github.com/lelandrichardson/react-native-maps/pull/308))
63+
- Fix iOS CocoaPods Issue ([#308](https://github.com/airbnb/react-native-maps/pull/308))
6464

6565

6666

6767
## 0.7.0 (July 9, 2016)
6868

6969
### Breaking Changes
7070

71-
- RN 0.29 compatibility changes ([#363](https://github.com/lelandrichardson/react-native-maps/pull/363) and [#370](https://github.com/lelandrichardson/react-native-maps/pull/370))
71+
- RN 0.29 compatibility changes ([#363](https://github.com/airbnb/react-native-maps/pull/363) and [#370](https://github.com/airbnb/react-native-maps/pull/370))
7272

7373

7474
### Patches
7575

76-
- Fixing scrolling map inside a scrollView ([#343](https://github.com/lelandrichardson/react-native-maps/pull/343))
76+
- Fixing scrolling map inside a scrollView ([#343](https://github.com/airbnb/react-native-maps/pull/343))
7777

78-
- Fix shouldUsePinView ([#344](https://github.com/lelandrichardson/react-native-maps/pull/344))
78+
- Fix shouldUsePinView ([#344](https://github.com/airbnb/react-native-maps/pull/344))
7979

80-
- Not calling setLoadingIndicatorColor when null ([#337](https://github.com/lelandrichardson/react-native-maps/pull/337))
80+
- Not calling setLoadingIndicatorColor when null ([#337](https://github.com/airbnb/react-native-maps/pull/337))
8181

82-
- Fixes `Undefined symbols for architecture x86_64: “std::terminate()”` ([#329](https://github.com/lelandrichardson/react-native-maps/pull/329))
82+
- Fixes `Undefined symbols for architecture x86_64: “std::terminate()”` ([#329](https://github.com/airbnb/react-native-maps/pull/329))
8383

8484

8585

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ License
417417
you may not use this file except in compliance with the License.
418418
You may obtain a copy of the License at
419419

420-
https://raw.githubusercontent.com/lelandrichardson/react-native-maps/master/LICENSE
420+
https://raw.githubusercontent.com/airbnb/react-native-maps/master/LICENSE
421421

422422
Unless required by applicable law or agreed to in writing, software
423423
distributed under the License is distributed on an "AS IS" BASIS,

android/gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ VERSION_NAME=0.8.2
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android
6-
POM_URL=https://github.com/lelandrichardson/react-native-maps/tree/new-scv
7-
POM_SCM_URL=https://github.com/lelandrichardson/react-native-maps/tree/new-scv
8-
POM_SCM_CONNECTION=scm:git@github.com:lelandrichardson/react-native-maps.git
9-
POM_SCM_DEV_CONNECTION=scm:git@github.com:lelandrichardson/react-native-maps.git
6+
POM_URL=https://github.com/airbnb/react-native-maps/tree/new-scv
7+
POM_SCM_URL=https://github.com/airbnb/react-native-maps/tree/new-scv
8+
POM_SCM_CONNECTION=scm:git@github.com:airbnb/react-native-maps.git
9+
POM_SCM_DEV_CONNECTION=scm:git@github.com:airbnb/react-native-maps.git
1010
POM_LICENSE_NAME=MIT
11-
POM_LICENSE_URL=https://github.com/lelandrichardson/react-native-maps/blob/master/LICENSE
11+
POM_LICENSE_URL=https://github.com/airbnb/react-native-maps/blob/master/LICENSE
1212
POM_LICENSE_DIST=repo
13-
POM_DEVELOPER_ID=lelandrichardson
13+
POM_DEVELOPER_ID=airbnb
1414
POM_DEVELOPER_NAME=Leland Richardson
1515

1616
POM_NAME=ReactNative Maps library

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Add your **Android** API key to your manifest file:
133133

134134
**Troubleshooting**
135135

136-
If you have a blank map issue, ([#118](https://github.com/lelandrichardson/react-native-maps/issues/118), [#176](https://github.com/lelandrichardson/react-native-maps/issues/176)) try the following lines :
136+
If you have a blank map issue, ([#118](https://github.com/airbnb/react-native-maps/issues/118), [#176](https://github.com/airbnb/react-native-maps/issues/176)) try the following lines :
137137

138138
**On iOS :**
139139

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/lelandrichardson/react-native-maps"
13+
"url": "https://github.com/airbnb/react-native-maps"
1414
},
1515
"keywords": [
1616
"react",

react-native-maps.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Pod::Spec.new do |s|
44
s.summary = "React Native Mapview component for iOS + Android"
55

66
s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
7-
s.homepage = "https://github.com/lelandrichardson/react-native-maps#readme"
7+
s.homepage = "https://github.com/airbnb/react-native-maps#readme"
88
s.license = "MIT"
99
s.platform = :ios, "8.0"
1010

11-
s.source = { :git => "https://github.com/lelandrichardson/react-native-maps.git" }
11+
s.source = { :git => "https://github.com/airbnb/react-native-maps.git" }
1212
s.source_files = "ios/AirMaps/**/*.{h,m}"
1313

1414
s.dependency 'React'

0 commit comments

Comments
 (0)