2.1.2 • Published 2 years ago

rn-openapp v2.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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));

Licence MIT.

2.1.2

2 years ago

2.1.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago