react-native-safe-area-context
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>react-native-safe-area-context</artifactId> <version>5.4.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-safe-area-context</artifactId> <version>5.4.0</version> <name>react-native-safe-area-context</name> <description>A flexible way to handle safe area, also works on Android and web.</description> <url>https://github.com/th3rdwave/react-native-safe-area-context#readme</url> <organization> <name>Janic Duplessis</name> <url>https://github.com/th3rdwave/react-native-safe-area-context#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>janicduplessis</name> <email>janicduplessis@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/th3rdwave/react-native-safe-area-context.git</connection> <developerConnection>https://github.com/th3rdwave/react-native-safe-area-context.git</developerConnection> <url>https://github.com/th3rdwave/react-native-safe-area-context</url> </scm> <issueManagement> <url>https://github.com/th3rdwave/react-native-safe-area-context/issues</url> </issueManagement> <properties> <org.mvnpm-react.version>[19.1.0,)</org.mvnpm-react.version> <org.mvnpm-react-native.version>[0.79.1,)</org.mvnpm-react-native.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>react</artifactId> <version>${org.mvnpm-react.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>react-native</artifactId> <version>${org.mvnpm-react-native.version}</version> </dependency> </dependencies> </project>