New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-launcher

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-launcher

App launcher

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

React Native Launcher

App launcher via alarm

npm version

Install

npm install react-native-launcher --save

Setup

  • In android/settings.gradle
//...
include ':react-native-launcher'
  • In android/app/build.gradle
dependencies {
    //...
    implementation project(':react-native-launcher')
    //...
}

Usage

Import

import LauncherPlugin from 'react-native-launcher';

An example can be found here

Notice

delay param works as a delayed time before launch and as a unique identifier

canDrawOverlays may not work on Android Oreo. See this question

getLaunchArgs only works for new intents and not for the first intent

Credits

Author Vlad Kalyuzhnyu

Keywords

react

FAQs

Package last updated on 17 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts