0.0.1 • Published 4 years ago

react-native-chrome-intent v0.0.1

Weekly downloads
27
License
MIT
Repository
github
Last release
4 years ago

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