react-native-chrome-intent

0.0.2 • Public • Published

react-native-chrome-intent

A little known feature in Android lets you launch apps directly from a web page via an Android Intent.

Install

npm install --save react-native-chrome-intent

or

yarn add react-native-chrome-intent

Usage

import AndroidIntent from "react-native-chrome-intent";

AndroidIntent.openIntent(
  "intent://[HOST/URI-path]#Intent;package=[string];action=[string];category=[string];component=[string];scheme=[string];end;"
).then((wasOpened) => {});

Package Sidebar

Install

npm i react-native-chrome-intent

Weekly Downloads

7

Version

0.0.2

License

MIT

Unpacked Size

7.3 kB

Total Files

9

Last publish

Collaborators

  • shukerullah