react-native-background-timer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sariska</groupId> <artifactId>react-native-background-timer</artifactId> <version>2.4.1-sariska-7589614</version> </dependency>
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.sariska</groupId> <artifactId>react-native-background-timer</artifactId> <version>2.4.1-sariska-7589614</version> <packaging>aar</packaging> <name>react-native-background-timer</name> <description>Emit event periodically (even when app is in the background)</description> <url>https://github.com/ocetnik/react-native-background-timer#readme</url> <licenses> <license> <name>MIT</name> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/facebook/react-native.git</connection> <developerConnection>scm:git:git@github.com:facebook/react-native.git</developerConnection> <url>https://github.com/facebook/react-native.git</url> </scm> <developers> <developer> <id>facebook</id> <name>Facebook</name> </developer> </developers> <dependencies> <dependency> <groupId>io.sariska</groupId> <artifactId>react-native</artifactId> <version>0.64</version> <type>aar</type> </dependency> </dependencies> </project>