forked from react-native-maps/react-native-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '8893578ca6197d0c0a3cacf5aea9c78bfb0a4b99'
* commit '8893578ca6197d0c0a3cacf5aea9c78bfb0a4b99': v0.15.2 (react-native-maps#1352) Remove AIRGMSPolyline.h and AIRGMSPolyline.m references from AirMaps.xcodeproj (react-native-maps#1351) v0.15.1 (react-native-maps#1347) fix compile error in rn version >= 0.40 (react-native-maps#1341) Add Marker rotation for Google Maps on iOS (react-native-maps#1326) Fixing reference to AirMapsExplorer in installation docs (react-native-maps#1328) Update README: Use callback in `ref` attribute (react-native-maps#1345) [iOS] Added onPress support for Polyline on Google Maps (react-native-maps#1194) [rnpm] Fix sourceDir for Android (react-native-maps#1313) Update license date (react-native-maps#1316) Fix overlay issues in Android introduced in 0.13.1 (react-native-maps#1311) Conflicts: lib/android/googlemap/src/main/java/com/airbnb/android/react/maps/googlemap/AirGoogleMapView.java lib/android/gradle.properties lib/android/src/main/java/com/airbnb/android/react/maps/AirMapManager.java lib/components/MapPolyline.js
- Loading branch information
Showing
24 changed files
with
445 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
VERSION_CODE=4 | ||
VERSION_NAME=0.15.2 | ||
GROUP=com.airbnb.android | ||
|
||
POM_DESCRIPTION=React Native Map view component for Android | ||
POM_URL=https://github.com/airbnb/react-native-maps/tree/new-scv | ||
POM_SCM_URL=https://github.com/airbnb/react-native-maps/tree/new-scv | ||
POM_SCM_CONNECTION=scm:[email protected]:airbnb/react-native-maps.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:airbnb/react-native-maps.git | ||
POM_LICENSE_NAME=MIT | ||
POM_LICENSE_URL=https://github.com/airbnb/react-native-maps/blob/master/LICENSE | ||
POM_LICENSE_DIST=repo | ||
POM_DEVELOPER_ID=airbnb | ||
POM_DEVELOPER_NAME=Leland Richardson | ||
|
||
POM_NAME=ReactNative Maps library | ||
POM_ARTIFACT_ID=react-native-maps | ||
POM_PACKAGING=aar |
Oops, something went wrong.