rn-openapp
v2.1.2
Published
test
Downloads
115
Readme
rn-openapp
Motivation
Installation
$ npm install rn-openapp --save
Mostly automatic installation
$ react-native link rn-openapp
Usage
:exclamation: IMPORTANT :exclamation: You can open app only Android platform :exclamation:
import { openApp } from "rn-openapp";
const examplePackageId = "com.example.packageid";
openApp(examplePackageId)
.then(result => cosnole.log(result))
.catch(e => console.warn(e));