react-native-chrome-intent

0.0.1 • Public • Published

react-native-android-intent

Android Intents with Chrome

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-android-intent

or

yarn add react-native-android-intent

Usage

import AndroidIntent from "react-native-android-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

16

Version

0.0.1

License

MIT

Unpacked Size

7.22 kB

Total Files

9

Last publish

Collaborators

  • shukerullah