react-native-intent-package

0.0.5 • Public • Published

react-native-intent-package-manager

A react-native module for launching external applications using package name

Getting started

$ npm install react-native-intent-package --save

Automatic installation

$ react-native link react-native-intent-package

or

$ rnpm link react-native-intent-package

Usage

import IntentPackage from 'react-native-intent-package';


IntentPackage.openPackage('com.google.android.youtube').then((b) => {
    //some logic
}).catch((err) => {
    console.log(err);
});

Package Sidebar

Install

npm i react-native-intent-package

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • mstrychalski