0.0.2 • Published 11 months ago

react-native-chrome-intent v0.0.2

Weekly downloads
27
License
MIT
Repository
github
Last release
11 months ago

react-native-chrome-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-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) => {});