rn-openapp
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

rn-openapp

Motivation

This package help you openned other user app on android phone. You only need know package id.

Installation

$ npm install rn-openapp --save

Mostly automatic installation

$ react-native link rn-openapp

Usage

IMPORTANT You can open app only Android platform

import { openApp } from "rn-openapp";

const examplePackageId = "com.example.packageid";

openApp(examplePackageId)
  .then(result => cosnole.log(result))
  .catch(e => console.warn(e));

Licence MIT.

Package Sidebar

Install

npm i rn-openapp

Weekly Downloads

10

Version

2.1.2

License

MIT

Unpacked Size

41.8 kB

Total Files

24

Last publish

Collaborators

  • khorark