react-native-maps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.airbnb.android</groupId> <artifactId>react-native-maps</artifactId> <version>0.17.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.airbnb.android</groupId> <artifactId>react-native-maps</artifactId> <version>0.17.1</version> <packaging>aar</packaging> <name>ReactNative Maps library</name> <description>React Native Map view component for Android</description> <url>https://github.com/airbnb/react-native-maps/tree/new-scv</url> <licenses> <license> <name>MIT</name> <url>https://github.com/airbnb/react-native-maps/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>airbnb</id> <name>Leland Richardson</name> </developer> </developers> <scm> <connection>scm:git@github.com:airbnb/react-native-maps.git</connection> <developerConnection>scm:git@github.com:airbnb/react-native-maps.git</developerConnection> <url>https://github.com/airbnb/react-native-maps/tree/new-scv</url> </scm> <dependencies> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-base</artifactId> <version>10.2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-maps</artifactId> <version>10.2.4</version> <scope>compile</scope> </dependency> </dependencies> </project>