25 lines
991 B
XML
25 lines
991 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.facebook.react</groupId>
|
|
<artifactId>react-native-safe-area-context</artifactId>
|
|
<version>3.3.2-jitsi-12039821</version>
|
|
<packaging>aar</packaging>
|
|
<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>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.facebook.react</groupId>
|
|
<artifactId>react-native</artifactId>
|
|
<version>0.68</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|