react-native-vector-icons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>react-native-vector-icons</artifactId> <version>10.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm</groupId> <artifactId>react-native-vector-icons</artifactId> <version>10.2.0</version> <name>react-native-vector-icons</name> <description>Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.</description> <url>https://github.com/oblador/react-native-vector-icons</url> <organization> <name>Joel Arvidsson</name> <url>https://github.com/oblador/react-native-vector-icons</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>oblador</name> <email>joel@oblador.se</email> </developer> </developers> <scm> <connection>git://github.com/oblador/react-native-vector-icons.git</connection> <developerConnection>git://github.com/oblador/react-native-vector-icons.git</developerConnection> <url>git://github.com/oblador/react-native-vector-icons</url> </scm> <issueManagement> <url>https://github.com/oblador/react-native-vector-icons/issues</url> </issueManagement> <properties> <org.mvnpm-yargs.version>[16.1.1,17)</org.mvnpm-yargs.version> <org.mvnpm-prop-types.version>[15.7.2,16)</org.mvnpm-prop-types.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>prop-types</artifactId> <version>${org.mvnpm-prop-types.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>yargs</artifactId> <version>${org.mvnpm-yargs.version}</version> </dependency> </dependencies> </project>